Correct commentstring for snippet files by Mike Morearty
This commit is contained in:
commit
5abca2654c
@ -1271,6 +1271,7 @@ Contributors listed in chronological order:
|
|||||||
Pedro Algarvio - s0undt3ch
|
Pedro Algarvio - s0undt3ch
|
||||||
Eric Van Dewoestine - ervandew
|
Eric Van Dewoestine - ervandew
|
||||||
Matt Patterson - fidothe
|
Matt Patterson - fidothe
|
||||||
|
Mike Morearty - mmorearty
|
||||||
|
|
||||||
|
|
||||||
7.2 Snippets *UltiSnips-contrisnippets*
|
7.2 Snippets *UltiSnips-contrisnippets*
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
setlocal foldmethod=syntax
|
setlocal foldmethod=syntax
|
||||||
setlocal foldlevel=99
|
setlocal foldlevel=99
|
||||||
|
|
||||||
|
setlocal commentstring=#%s
|
||||||
|
|
||||||
" Define match words for use with matchit plugin
|
" Define match words for use with matchit plugin
|
||||||
" http://www.vim.org/scripts/script.php?script_id=39
|
" http://www.vim.org/scripts/script.php?script_id=39
|
||||||
if exists("loaded_matchit") && !exists("b:match_words")
|
if exists("loaded_matchit") && !exists("b:match_words")
|
||||||
|
Loading…
Reference in New Issue
Block a user