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:
|
Notes:
|
||||||
|
|
||||||
|
* Vim 7.4 or above is needed.
|
||||||
|
|
||||||
* Default snippets files are available in:
|
* Default snippets files are available in:
|
||||||
[neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets)
|
[neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets)
|
||||||
* Installing default snippets is optional. If choose not to install them,
|
* Installing default snippets is optional. If choose not to install them,
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
if exists('g:loaded_neosnippet')
|
if exists('g:loaded_neosnippet')
|
||||||
finish
|
finish
|
||||||
elseif v:version < 702
|
elseif v:version < 704
|
||||||
echoerr 'neosnippet does not work this version of Vim "' . v:version . '".'
|
echoerr 'neosnippet does not work this version of Vim "' . v:version . '".'
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user