diff options
Diffstat (limited to '')
-rw-r--r-- | indent/velocity.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/velocity.vim b/indent/velocity.vim index f30c4af8..297fffff 100644 --- a/indent/velocity.vim +++ b/indent/velocity.vim @@ -1,5 +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 |