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 01122fd7..9705d61f 100644
--- a/ftplugin/ant.vim
+++ b/ftplugin/ant.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'ant')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'ant', 'ftplugin/ant.vim')
finish
endif