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