summaryrefslogtreecommitdiffstats
path: root/indent/scss.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/scss.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/indent/scss.vim b/indent/scss.vim
index f602f358..efbd1812 100644
--- a/indent/scss.vim
+++ b/indent/scss.vim
@@ -1,7 +1,4 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'scss') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'scss') == -1
" Vim indent file
" Language : SCSS (Sassy CSS)
" Maintainer : Daniel Hofstetter (daniel.hofstetter@42dh.com)
@@ -91,3 +88,4 @@ unlet s:keepcpo
" vim:set et ts=2 sw=2:
+endif