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 34997e55..cb077413 100644 --- a/indent/ch.vim +++ b/indent/ch.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'ch') +if has_key(g:polyglot_is_disabled, 'ch') finish endif |