chxuan / vimplus

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

E492: Not an editor command: GoToFunImpl #239

Open ysun opened 4 years ago

ysun commented 4 years ago

您好,vimplus真的很炫,用了这么多年vim,相见恨晚。 安装vimplus 主要是为了使用 YCM 不过遇到点小问题,就是在跳转到函数实现的时候报错 E492: Not an editor command: GoToFunImpl 但是跳转到函数的声明倒是工作。 我的环境是Ubuntu18.04 64bit。 感谢

chxuan commented 4 years ago

@ysun 你好,欢迎使用vimplus,目前转到函数实现功能是cpp-mode(https://github.com/chxuan/cpp-mode) 插件提供的,目前cpp-mode插件只支持c++,如果你使用c的话可能就会报那个错

ysun commented 4 years ago

啊,刚意识到YCM只支持C++ ?!了解了,感谢 我用rust~~~ 但估计可以集成下vim-racer

fresird commented 4 years ago

@chxuan 您好,很喜欢vimplus, 关于c语言跳转到函数实现报E492: Not an editor command: GoToFunImpl的问题,能否解决一下?😭 因为我是单片机工程师,要用c语言。