From 5fe08235fee7fc523c8a05f530f945f5700f58de Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 25 Oct 2013 15:52:40 -0700 Subject: [PATCH] Add empty snipMate options dict --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 3ee9cc7..6b9e0ca 100644 --- a/vimrc +++ b/vimrc @@ -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 '