On 2011-05-09, sinbad wrote: > On May 9, 3:43 pm, sinbad wrote: > > i am using cscope quickfix. from the quickfix > > results i want to browse thru the entries whose > > filename or file path matches a specific pattern. > > how can i achieve this.
Doing that requires editing the quickfix list. Refer to the thread you started April 27, "quickfix window's manual fix", for possible solutions. The only other way I can think of to do this is to set your 'grepprg' to "cscope" plus a few cscope options, piped into grep to select those results matching your filename pattern. I used to execute cscope searches using :grep and the performance was pretty good. > any thoughts ? Those are my thoughts, but I don't have a canned solution for you. 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
