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