summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
blob: 27262acba6a984872caeae9b46172d4eeecb7e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
if polyglot#init#is_disabled(expand('<sfile>:p'), 'velocity', 'indent/velocity.vim')
  finish
endif

if exists("b:did_indent")
    finish
endif

runtime! indent/html.vim