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