diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-25 00:07:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-25 00:07:37 +0200 |
commit | d6479bbf0baeeedaa183c1f3e11679246ca20138 (patch) | |
tree | 0f9db8bc0d5e6e44db0cb78b3a879eb1a7eac08c /tests | |
parent | d53d2189b92ab8150753201e2e2f8cba14b8edc9 (diff) | |
download | vim-polyglot-d6479bbf0baeeedaa183c1f3e11679246ca20138.tar.gz vim-polyglot-d6479bbf0baeeedaa183c1f3e11679246ca20138.zip |
Change gitignore provider
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim index 4db1c073..3ed9306d 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -370,4 +370,4 @@ call TestExtension("htmldjango", "jinja4.html", "{# some comment #}") call TestExtension("xhtml", "xhtml.html", "<DTD XHTML ") " .gitignore -call TestExtension(".gitignore", ".gitignore", "") +call TestExtension("gitignore", ".gitignore", "") |