diff plugin/gutentags.vim @ 51:fa250d179090

Lower the version requirement a bit since it seem to actually work on 7.3.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 11 Apr 2015 07:31:06 -0700
parents ea7780912296
children 50d2a7cbf7c8
line wrap: on
line diff
--- a/plugin/gutentags.vim	Thu Apr 09 22:11:19 2015 -0700
+++ b/plugin/gutentags.vim	Sat Apr 11 07:31:06 2015 -0700
@@ -4,8 +4,8 @@
 
 " Globals {{{
 
-if v:version < 704
-    echoerr "gutentags: this plugin requires vim >= 7.4."
+if v:version < 700
+    echoerr "gutentags: this plugin requires vim >= 7.0."
     finish
 endif