From 3ad5ca79ce690e876e9f2ae2401b4634831a8be5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 29 Nov 2021 16:47:12 +0000 Subject: [PATCH] [vim] Add snippet version to snipMate config --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index d6fc6c5..8f2d049 100644 --- a/vimrc +++ b/vimrc @@ -198,6 +198,7 @@ endtry " Empty snipmate options dictionary let g:snipMate = {} +let g:snipMate.snippet_version = 1 " tell SnipMate who I am let g:snips_author = 'Eryn Wells ' " Set up some snippet scope aliases