As a vimer, how could I disable cscope jump to the first error in quickfix list when search? Because it is not the case I want. I want to select it by myself.
I search everywhere, but until now there is not a satisfactory answer.
As a vimer, how could I disable cscope jump to the first error in quickfix list when search? Because it is not the case I want. I want to select it by myself.
I search everywhere, but until now there is not a satisfactory answer.
http://vim.1045645.n5.nabble.com/Re-Cscope-quickfix-not-jump-to-first-error-td1193959.html
while at lase i merged the if_cscope_bang.patch and it's OK now.
when complie the vim
also help me about my multi-byte support problem
Do you use cscope-specific :cs find foo
or do you merge cscope with ctags and use :cstag foo
?
Anyway, the default behavior is to not use the quickfix at all: both commands open a special window with a list of matches, even if there's only one match, and no jump is performed.
Check the value of cscopequickfix
and read the associated doc :help cscopequickfix
.