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