diff options
Diffstat (limited to 'syntax/hastepreproc.vim')
-rw-r--r-- | syntax/hastepreproc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/hastepreproc.vim b/syntax/hastepreproc.vim index 7d599def..61631aaf 100644 --- a/syntax/hastepreproc.vim +++ b/syntax/hastepreproc.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('hastepreproc', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'hastepreproc') finish endif |