Disable 'comments' to prevent # insertions

This commit is contained in:
Tim Pope
2009-04-02 16:12:07 -04:00
parent 9f2c7ed4af
commit 3636c3c7ed

View File

@@ -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