diff options
Diffstat (limited to '')
-rw-r--r-- | indent/haml.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/haml.vim b/indent/haml.vim index 55bd0d2e..00ed7c83 100644 --- a/indent/haml.vim +++ b/indent/haml.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1 + " Vim indent file " Language: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> @@ -73,4 +74,5 @@ function! GetHamlIndent() endfunction " vim:set sw=2: + endif |