diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-06-26 18:03:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-06-26 18:03:28 +0200 |
commit | c69562f864cb0ee973142a45091f6cb46ce0b1df (patch) | |
tree | f10ac7812b56cfa944367bae62f8cea0ffd54414 /indent/gohtmltmpl.vim | |
parent | 40c54bc12b5700f6bffed12209489e1f669f6423 (diff) | |
download | vim-polyglot-2.9.3.tar.gz vim-polyglot-2.9.3.zip |
Updatev2.9.3
Diffstat (limited to 'indent/gohtmltmpl.vim')
-rw-r--r-- | indent/gohtmltmpl.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/gohtmltmpl.vim b/indent/gohtmltmpl.vim index e1708552..898e36b0 100644 --- a/indent/gohtmltmpl.vim +++ b/indent/gohtmltmpl.vim @@ -45,4 +45,6 @@ function! GetGoHTMLTmplIndent(lnum) return ind endfunction +" vim: sw=2 ts=2 et + endif |