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 495ff6c7..0afda805 100644 --- a/syntax/haxe.vim +++ b/syntax/haxe.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'haxe') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'haxe', 'syntax/haxe.vim') finish endif |