summaryrefslogtreecommitdiffstats
path: root/indent/crystal.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/crystal.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/crystal.vim b/indent/crystal.vim
index 177462e5..380b1dbe 100644
--- a/indent/crystal.vim
+++ b/indent/crystal.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
+
" Only load this indent file when no other was loaded.
if exists('b:did_indent')
finish
@@ -634,4 +635,5 @@ let &cpo = s:cpo_save
unlet s:cpo_save
" vim:set sw=2 sts=2 ts=8 et:
+
endif