summaryrefslogtreecommitdiffstats
path: root/indent/haml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/haml.vim')
-rw-r--r--indent/haml.vim2
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