summaryrefslogtreecommitdiffstats
path: root/syntax/n1ql.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 21:51:30 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 21:51:30 +0200
commit4bec20ec1a7cde0c29d9550d244f428484fa56ab (patch)
tree9d0e03e25083e1e9f313150ccdf435a15bcab789 /syntax/n1ql.vim
parent9f4e2b683453c9521de8164169327a112d71f6c1 (diff)
downloadvim-polyglot-4bec20ec1a7cde0c29d9550d244f428484fa56ab.tar.gz
vim-polyglot-4bec20ec1a7cde0c29d9550d244f428484fa56ab.zip
Fix test and loading of filetypes, closes #577v4.13.2
Diffstat (limited to 'syntax/n1ql.vim')
-rw-r--r--syntax/n1ql.vim2
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")