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