[vim] Add snippet version to snipMate config
This commit is contained in:
parent
cec88d75a9
commit
3ad5ca79ce
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -198,6 +198,7 @@ endtry
|
||||||
|
|
||||||
" Empty snipmate options dictionary
|
" Empty snipmate options dictionary
|
||||||
let g:snipMate = {}
|
let g:snipMate = {}
|
||||||
|
let g:snipMate.snippet_version = 1
|
||||||
" tell SnipMate who I am
|
" tell SnipMate who I am
|
||||||
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
||||||
" Set up some snippet scope aliases
|
" Set up some snippet scope aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue