mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 21:46:27 +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
|
||||
|
||||
" Autocomplete {{
|
||||
if has('lua')
|
||||
if (has('lua') && (v:version > 703 || v:version == 703 && has('patch885')))
|
||||
Plug 'Shougo/neocomplete.vim'
|
||||
call s:smart_source_rc('plugins/neocomplete')
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user