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