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