summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/velocity.vim')
-rw-r--r--indent/velocity.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/velocity.vim b/indent/velocity.vim
index 2f6fe153..eaa0d122 100644
--- a/indent/velocity.vim
+++ b/indent/velocity.vim
@@ -1,7 +1,9 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1
+
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim
+
endif