Zheng Da
unread,Jan 12, 2008, 8:13:47 AM1/12/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_use
I want to use cscope in Vim.
I have enabled cscope support.
The command "cscope" works well, but I prefer to put the cscope search
result in a new window.
Unfortunately, "scscope" doesn't split the window at all. It works
totally the same as "cscope".
I add "set cscopequickfix=s-,g-,c-,d-,i-,t-,e-" in .vimrc, now
"scscope" does split a new window, but it doesn't put the search
results in the new window. instead, it jumps to the first result in
the new window.
So I have to use "cope" to open the quickfix window to read the search
result.
I use Vim 7.0, and cscope 15.6.
Does anyone have idea what is wrong?
Zheng Da