diff plugin/gutentags.vim @ 92:6bbed9e4c01e

Using `:!start /b` actually requires Vim 7.4.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 17 Feb 2016 23:29:49 -0800
parents 8bf96f9f649c
children 2838af9ff980 a66d90fd758b
line wrap: on
line diff
--- a/plugin/gutentags.vim	Mon Jan 18 22:08:51 2016 -0800
+++ b/plugin/gutentags.vim	Wed Feb 17 23:29:49 2016 -0800
@@ -4,8 +4,8 @@
 
 " Globals {{{
 
-if v:version < 700
-    echoerr "gutentags: this plugin requires vim >= 7.0."
+if v:version < 704
+    echoerr "gutentags: this plugin requires vim >= 7.4."
     finish
 endif