prevent automatic jumping when using quickfix for cscope commands

2010-08-24 Thread EdwardXu
Hi, all, I use quickfix for the output of cscope commands by setting cscopequickfix, it seems vim always jump to the first matched result automaticly which is mostly not the symbol i'm searching for. How to just put the results into quickfix windows without jumping to the first matched result? --

Re: prevent automatic jumping when using quickfix for cscope commands

2010-08-25 Thread Ben Fritz
On Aug 24, 8:59 pm, EdwardXu wrote: > Hi, all, > I use quickfix for the output of cscope commands by setting cscopequickfix, > it seems vim always jump to the first matched result automaticly which is > mostly not the symbol i'm searching for. > How to just put the results into quickfix windows

Re: prevent automatic jumping when using quickfix for cscope commands

2013-06-10 Thread swapnil
Hi, This seems to be a bit older thread, but I am looking for the same this. Is there a support for this now. Can I stop the autojump to first search result in quickfix window of cscope ? Thanks Swapnil On Wednesday, August 25, 2010 7:29:28 AM UTC+5:30, EdwardXu wrote: > Hi, all, > I use qui

Re: prevent automatic jumping when using quickfix for cscope commands

2016-04-22 Thread Ronak Gandhi
I wrote a plugin that achieves this behavior. https://github.com/ronakg/quickr-cscope.vim -Ronak On Monday, June 10, 2013 at 6:29:26 AM UTC-7, swapnil wrote: > Hi, >This seems to be a bit older thread, but I am looking for the same this. > > Is there a support for this now. Can I stop the