Vim 7.4 is needed
This commit is contained in:
parent
e586fd3d3e
commit
1bd7e23c79
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user