Thursday, December 22, 2011

Re: Is there way to search many results of cscope command in vim ?

On 2011-12-22, danguria wrote:
> Hi. I'm vim user.
> I use vim to read the android framework source code with cscope and
> ctags.
> when I don't know where some file's location, I use cscope command
> like that
> :cs find f filename
>
> sometimes, the result of cmmand is too many. because the file name is
> common.
> that time, I hard to find the result what I want to read.
>
> In this case, Is there way to search many results of cscope command in
> vim ?

You can display all the cscope results in a quickfix window by
executing

:copen

You can then search in this window using standard search commands.
Hitting Enter on any line will open that file in the other window.

Regards,
Gary

--
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

No comments:

Post a Comment