summaryrefslogtreecommitdiffstats
path: root/indent/stylus.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/stylus.vim')
-rw-r--r--indent/stylus.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/indent/stylus.vim b/indent/stylus.vim
index 16fb86e6..94f59678 100644
--- a/indent/stylus.vim
+++ b/indent/stylus.vim
@@ -1,7 +1,4 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'stylus') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'stylus') == -1
" Vim indent file
" Language: Stylus
" Maintainer: Marc Harter
@@ -131,3 +128,4 @@ function! GetStylusIndent()
endfunction
" vim:set sw=2;
+endif