summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
blob: 2f6fe153f37d14e5d826eb53457f596a3f2e4333 (plain) (blame)
1
2
3
4
5
6
7
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vm') == -1
if exists("b:did_indent")
    finish
endif

runtime! indent/html.vim
endif