同时使用了cscope和ctag功能,当找不到tag时,会导致vim卡死。使用trace工具,进程卡死在select函数。
后发现,关闭.vimrc中以下配置就可以解决此问题: set cscopetag==》"set cscopetag本文共 171 字,大约阅读时间需要 1 分钟。
同时使用了cscope和ctag功能,当找不到tag时,会导致vim卡死。使用trace工具,进程卡死在select函数。
后发现,关闭.vimrc中以下配置就可以解决此问题: set cscopetag==》"set cscopetag转载于:https://www.cnblogs.com/plumnut/p/vim001.html