From 0d0c4aa747476e96eaffee5daea41137d6635907 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Mon, 1 Sep 2014 18:38:06 +0300 Subject: [PATCH] Bump version. --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 89ff2765..04effcfc 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:syntastic_start endif -let g:syntastic_version = '3.5.0' +let g:syntastic_version = '3.5.0-2' lockvar g:syntastic_version " Sanity checks {{{1