Add empty snipMate options dict

This commit is contained in:
Eryn Wells 2013-10-25 15:52:40 -07:00
parent 86fe35fb5b
commit 5fe08235fe

2
vimrc
View file

@ -138,6 +138,8 @@ try
let g:solarized_visibility = 'low'
endtry
" Empty snipmate options dictionary
let g:snipMate = {}
" tell SnipMate who I am
if has('loaded_snips')
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'