diff options
Diffstat (limited to 'indent/css.vim')
-rw-r--r-- | indent/css.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/css.vim b/indent/css.vim index 3346bde6..27366aec 100644 --- a/indent/css.vim +++ b/indent/css.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'css') +if has_key(g:polyglot_is_disabled, 'css') finish endif |