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