Make checking for Neocomplete more robust

This commit is contained in:
ViViDboarder 2015-10-26 10:19:24 -07:00
parent 178458e89a
commit a2af8da3a5
1 changed files with 1 additions and 1 deletions

View File

@ -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