On Sep 3, 4:01 am, Ritesh Banerjee <[email protected]> wrote: > Hi, > when using quickfix lists with grep in vim, the quicfix window shows error > lines like "|| ..." below for either binary files, or files without read > permissions for user etc). It would be useful to have a toggle which can hide > all "non-jump" lines in the quickfix window ? >
After I use :make, I use this tip: http://vim.wikia.com/wiki/Folding_with_Regular_Expression to fold away everthing I don't want to see. You probably could do the same with :grep. -- You received this message from the "vim_dev" 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
