chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.92k stars 1.13k forks source link

安装好后用vim打开文件时有报错 #139

Open ZhaoQiang2015 opened 5 years ago

ZhaoQiang2015 commented 5 years ago

安装好后,用vim打开文件,按i进行编辑模式时,提示错误: Error detected while processing function 128_on_timer: line 9: E15: Invalid expression: > s:on_event(a:event)}) Press ENTER or type command to continue

求助请问怎么解决这个问题

chxuan commented 5 years ago

@ZhaoQiang2015 请问你使用的什么系统?vim版本是多少?

ZhaoQiang2015 commented 5 years ago

ubuntu16.04, vim 7.4

chxuan commented 5 years ago

@ZhaoQiang2015 需要用vim8以上版本,ycm不支持vim7.4,执行vimplus的install.sh会自动去下载最新的vim,但因为网络问题,git clone可能会失败,导致vim安装失败,你要确保vim版本必须是8以上的。