summaryrefslogtreecommitdiffstats
path: root/ftplugin/haml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/haml.vim')
-rw-r--r--ftplugin/haml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/haml.vim b/ftplugin/haml.vim
index 7fa8efa4..ca5655ec 100644
--- a/ftplugin/haml.vim
+++ b/ftplugin/haml.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
+
" Vim filetype plugin
" Language: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
@@ -70,4 +71,5 @@ let &cpo = s:save_cpo
unlet s:save_cpo
" vim:set sw=2:
+
endif