From 4bec20ec1a7cde0c29d9550d244f428484fa56ab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 7 Oct 2020 21:51:30 +0200 Subject: Fix test and loading of filetypes, closes #577 --- syntax/n1ql.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/n1ql.vim') 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: " https://ciurana.eu/pgp, https://keybase.io/pr3d4t0r " -" vim: set fileencoding=utf-8: +" vim: set encoding=utf-8: if exists("b:current_syntax") -- cgit v1.2.3