Open ZhaoQiang2015 opened 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
求助请问怎么解决这个问题
@ZhaoQiang2015 请问你使用的什么系统?vim版本是多少?
ubuntu16.04, vim 7.4
@ZhaoQiang2015 需要用vim8以上版本,ycm不支持vim7.4,执行vimplus的install.sh会自动去下载最新的vim,但因为网络问题,git clone可能会失败,导致vim安装失败,你要确保vim版本必须是8以上的。
安装好后,用vim打开文件,按i进行编辑模式时,提示错误: Error detected while processing function128_on_timer:
line 9:
E15: Invalid expression: > s:on_event(a:event)})
Press ENTER or type command to continue
求助请问怎么解决这个问题