On 2010-09-03, Ritesh Banerjee 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 ?
Unless you want to see those "non-jump" messages, you could just
execute :grep with the -sI options. You could even change 'grepprg'
like this:
:set grepprg=grep\ -nsI\ $*\ /dev/null
Regards,
Gary
--
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