summaryrefslogtreecommitdiffstats
path: root/indent/slime.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/slime.vim')
-rw-r--r--indent/slime.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/indent/slime.vim b/indent/slime.vim
index e986847c..50cd6d24 100644
--- a/indent/slime.vim
+++ b/indent/slime.vim
@@ -1,7 +1,4 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'slime') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'slime') == -1
" Vim indent file
" Language: Slime
@@ -77,3 +74,4 @@ function! GetSlimeIndent()
endfunction
" vim:set sw=2:
+endif