summaryrefslogtreecommitdiffstats
path: root/indent/nim.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/nim.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/nim.vim b/indent/nim.vim
index b61ee8b3..3eea2ed7 100644
--- a/indent/nim.vim
+++ b/indent/nim.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nim') == -1
+
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
@@ -141,4 +142,5 @@ endfunction
" vim:sw=2
+
endif