Correct commentstring for snippet files by Mike Morearty

This commit is contained in:
Holger Rapp 2013-01-27 17:38:49 +01:00
commit 5abca2654c
2 changed files with 3 additions and 0 deletions

View File

@ -1271,6 +1271,7 @@ Contributors listed in chronological order:
Pedro Algarvio - s0undt3ch
Eric Van Dewoestine - ervandew
Matt Patterson - fidothe
Mike Morearty - mmorearty
7.2 Snippets *UltiSnips-contrisnippets*

View File

@ -4,6 +4,8 @@
setlocal foldmethod=syntax
setlocal foldlevel=99
setlocal commentstring=#%s
" Define match words for use with matchit plugin
" http://www.vim.org/scripts/script.php?script_id=39
if exists("loaded_matchit") && !exists("b:match_words")