mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 04:47:36 +00:00
Make checking for Neocomplete more robust
This commit is contained in:
parent
178458e89a
commit
a2af8da3a5
@ -77,7 +77,7 @@ command! Todo Grep TODO
|
|||||||
" }} Fuzzy Find
|
" }} Fuzzy Find
|
||||||
|
|
||||||
" Autocomplete {{
|
" Autocomplete {{
|
||||||
if has('lua')
|
if (has('lua') && (v:version > 703 || v:version == 703 && has('patch885')))
|
||||||
Plug 'Shougo/neocomplete.vim'
|
Plug 'Shougo/neocomplete.vim'
|
||||||
call s:smart_source_rc('plugins/neocomplete')
|
call s:smart_source_rc('plugins/neocomplete')
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user