Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 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 | b50b6d0f82dd |
children | 34bee0477b51 |
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