On Jun 8, 1:54 pm, Edward Peschko <[email protected]> wrote:
> All,
>
> More questions - is it possible to make a quickfix buffer
> (or other 'readonly' buffer) writable?
>
> I don't necessarily want to write *out* the buffer,
> but I definitely want to modify the buffer to get rid of
> stuff that I don't want to see (eg. 'errors' which
> aren't really errors used by :make) . Yet, when I try
> to do anything to modify, I get this 'is readonly' error.
Perhaps it would be enough just to fold away things you are not
interested in? For example, I occasionally use the following tip to
fold away any lines not containing the word, "error" (more often I
also include lines with the word "warning"). You could use a better
regex to fold away warnings in certain libraries, etc.
http://vim.wikia.com/wiki/Folding_with_Regular_Expression
There is also the following tip that I have not tried out:
http://vim.wikia.com/wiki/Folding_of_gnu_make_output
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---