How can I get cscope results to appear in a split window in gvim7?

…衆ロ難τιáo~ 提交于 2019-12-06 02:19:25

scscope find c foo does what it's supposed to do: display a list of functions calling foo in the command line and open the chosen one in an horizontal split.

But that is not what you want, is it?

The list of possible targets is always displayed in the command line which is expanded as needed: it can't be displayed in a window at all.

That said, you can use the quickfix window to display the list instead of the command line, see :help cscope-options.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!