diff options
Diffstat (limited to 'indent/velocity.vim')
-rw-r--r-- | indent/velocity.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indent/velocity.vim b/indent/velocity.vim new file mode 100644 index 00000000..f30c4af8 --- /dev/null +++ b/indent/velocity.vim @@ -0,0 +1,5 @@ +if exists("b:did_indent") + finish +endif + +runtime! indent/html.vim |