Mercurial > vim-gutentags
changeset 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 | 54355724204b |
children | edd488d8d37e |
files | plugin/gutentags.vim |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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