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