diff options
Diffstat (limited to 'compiler/haml.vim')
-rw-r--r-- | compiler/haml.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/haml.vim b/compiler/haml.vim index cb0127e2..034c34f3 100644 --- a/compiler/haml.vim +++ b/compiler/haml.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1 + " Vim compiler file " Compiler: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> @@ -27,4 +28,5 @@ let &cpo = s:cpo_save unlet s:cpo_save " vim:set sw=2 sts=2: + endif |