On Thu, Apr 22, 2010 at 9:21 AM, robert song wrote:
>
> If I search for a string in the source code,
> by typing :cs f t foo
> then a list of the results will be shown, but I can't search quickly
> in the list, but watch line by line to find the one I search for.


Open the quickfix window and leave it open for all following cscope
commands:

    :cwindow

You can then search the cscope result list in the quickfix window.
Hit <Enter> on the current line in the quickfix window to open the
corresponding buffer at the corresponding cscope result.


Xavier

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en

Reply via email to