Vim 7.4 is needed

This commit is contained in:
Shougo Matsushita 2017-02-13 16:44:33 +09:00
parent e586fd3d3e
commit 1bd7e23c79
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ required files into your `.vim` folder.
Notes:
* Vim 7.4 or above is needed.
* Default snippets files are available in:
[neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets)
* Installing default snippets is optional. If choose not to install them,

View File

@ -25,7 +25,7 @@
if exists('g:loaded_neosnippet')
finish
elseif v:version < 702
elseif v:version < 704
echoerr 'neosnippet does not work this version of Vim "' . v:version . '".'
finish
endif