On Dec 7, 10:02 pm, Edward Peschko <[email protected]> wrote: > > 1. I'd like to be able to 'hide' lines in the copen window. Say, > for example, I simply want trace all the the lines that ran in a > certain file, or function. I'd like to be able to mask everything else > so the only quickfix lines I see are ones that match my pattern > search. >
I often use a regex-based fold to hide lines in the quickfix window. However :cnext and :cprev will still visit folded lines, so maybe it won't work for you as intended. http://vim.wikia.com/wiki/Folding_with_Regular_Expression -- 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
