summaryrefslogtreecommitdiffstats
path: root/syntax/ant.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/ant.vim')
-rw-r--r--syntax/ant.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ant.vim b/syntax/ant.vim
index 31ac7d70..ee389234 100644
--- a/syntax/ant.vim
+++ b/syntax/ant.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('ant', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'ant')
finish
endif