diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-12-22 22:01:38 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-12-22 22:01:38 +0100 |
commit | 1a97304cf642e9f887122e162b1999768b60c9d7 (patch) | |
tree | ab93bad0d28656509cb7e872429fe3e54987430f /indent/velocity.vim | |
parent | d8eaa50aed67af1666c3e45b719510253800ca8d (diff) | |
download | vim-polyglot-1.11.1.tar.gz vim-polyglot-1.11.1.zip |
Add velocity templates supportv1.11.1
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 |