
Vim: Caught deadly signal ABRT vim: finished 但是正常编辑可以用,只是git rebase ... 时 会报上面的错误 求解
把 YouCompleteMe 禁用后正常
1 realwangyibo Oct 9, 2016 升级一下 Vim? brew install macvim --with-cscope --with-lua --with-override-system-vim |
2 chmlai Oct 9, 2016 重新编译 YCM |
3 pppy OP 解决了,应该是 git 默认选择的 editor 路径不对,在`~/.gitconfig` 中重新设置了下路径好了 |
4 simen513 Oct 9, 2016 应该是编译 YouCompleteMe 时用到的 python 版本跟编译 vim 的 python 版本不一致导致的。详情见: https://github.com/Valloric/YouCompleteMe/issues/8 |
5 r0ck3r Nov 24, 2016 @realwangyibo `--with-cscope`的用处是? |