Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 .vimrc 中,我添加了 set cscopequickfix=s-,c-,d-,i-,t-,e-,但是当我在 vim 中使用 cscope 命令时,快速窗口不会自动出现。
cscopequickfix=s-,c-,d-,i-,t-,e-
我从 vim 阅读了关于 cscope 的帮助文档,它告诉我必须使用"cscopequickfix=s-,c-,d-,i-,t-,e-"+quickfix 功能编译 cscope。
"cscopequickfix=s-,c-,d-,i-,t-,e-"
现在我的问题是如何使用 +quickfix 羽毛编译 cscope