diff options
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 |