diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 08:31:09 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 08:31:09 +0200 |
commit | 1993b9f68fff3cb87413fdc2e328763c291578c4 (patch) | |
tree | 045e40a0b623bfe7047cd266eac5d70d9024ead0 /syntax/n1ql.vim | |
parent | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff) | |
download | vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip |
Fix encoding of vim files
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 80b94090..4aa51bec 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 encoding=utf-8: +" vim: : if exists("b:current_syntax") |