diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 21:51:30 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 21:51:30 +0200 |
commit | 4bec20ec1a7cde0c29d9550d244f428484fa56ab (patch) | |
tree | 9d0e03e25083e1e9f313150ccdf435a15bcab789 /syntax/n1ql.vim | |
parent | 9f4e2b683453c9521de8164169327a112d71f6c1 (diff) | |
download | vim-polyglot-4.13.2.tar.gz vim-polyglot-4.13.2.zip |
Fix test and loading of filetypes, closes #577v4.13.2
Diffstat (limited to 'syntax/n1ql.vim')
-rw-r--r-- | syntax/n1ql.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/n1ql.vim b/syntax/n1ql.vim index c9f55282..80b94090 100644 --- a/syntax/n1ql.vim +++ b/syntax/n1ql.vim @@ -14,7 +14,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'n1ql') == -1 " Questions, comments: <n1ql AT cime.net> " https://ciurana.eu/pgp, https://keybase.io/pr3d4t0r " -" vim: set fileencoding=utf-8: +" vim: set encoding=utf-8: if exists("b:current_syntax") |