Restore neovim support
This commit is contained in:
parent
b26ba2681e
commit
63bcaf30f0
@ -54,7 +54,8 @@ elseif !has( 'timers' )
|
|||||||
\ echohl None
|
\ echohl None
|
||||||
call s:restore_cpo()
|
call s:restore_cpo()
|
||||||
finish
|
finish
|
||||||
elseif !has( 'python_compiled' ) && !has( 'python3_compiled' )
|
elseif ( v:version > 800 || ( v:version == 800 && has( 'patch1436' ) ) ) &&
|
||||||
|
\ !has( 'python_compiled' ) && !has( 'python3_compiled' )
|
||||||
echohl WarningMsg |
|
echohl WarningMsg |
|
||||||
\ echomsg "YouCompleteMe unavailable: requires Vim compiled with " .
|
\ echomsg "YouCompleteMe unavailable: requires Vim compiled with " .
|
||||||
\ "Python (2.7.1+ or 3.4+) support." |
|
\ "Python (2.7.1+ or 3.4+) support." |
|
||||||
|
Loading…
Reference in New Issue
Block a user