diff options
Diffstat (limited to 'ftplugin/ant.vim')
-rw-r--r-- | ftplugin/ant.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/ant.vim b/ftplugin/ant.vim index e4414e00..01122fd7 100644 --- a/ftplugin/ant.vim +++ b/ftplugin/ant.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ant') +if has_key(g:polyglot_is_disabled, 'ant') finish endif |