From 3636c3c7ed02033610aa42d513a92e8acbbe29e5 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 2 Apr 2009 16:12:07 -0400 Subject: [PATCH] Disable 'comments' to prevent # insertions --- ftplugin/haml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/haml.vim b/ftplugin/haml.vim index 0a39d5e..7febe0b 100644 --- a/ftplugin/haml.vim +++ b/ftplugin/haml.vim @@ -56,7 +56,7 @@ if exists("loaded_matchit") let b:match_words = s:match_words endif -setlocal commentstring=-#\ %s +setlocal comments= commentstring=-#\ %s let b:undo_ftplugin = "setl cms< com< " \ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin