changeset 208:18dbf8d02b4c

Lower Vim version requirement since we also check for the job API directly.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Apr 2018 13:27:54 -0700
parents 20bfab5b054f
children 7371d8750c46 11e5b14332fd 8e6156c4dff1 fcb0415dceac
files plugin/gutentags.vim
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/gutentags.vim	Sun Apr 01 11:52:13 2018 -0700
+++ b/plugin/gutentags.vim	Sun Apr 08 13:27:54 2018 -0700
@@ -8,8 +8,8 @@
     finish
 endif
 
-if v:version < 800
-    echoerr "gutentags: this plugin requires vim >= 8.0."
+if v:version < 704
+    echoerr "gutentags: this plugin requires vim >= 7.4."
     finish
 endif