On Sat, 11 Apr 2009 09:24:56 +0800, Tony Mechelynck  
<[email protected]> wrote:

> Well, I see two posssibilities:
>
> - with plain-vanilla Vim, create and use a custom colorscheme which
> would display everything in the quickfix window (except the source text
> of course) in colors linked to Ignore. This won't remove the space
> occupied by those "ignored" parts, it will only display them using
> "invisible" colours (i.e., fg=bg) the way the default Vim colouring
> displays, among others, the |bars| around help links and the *stars*
> around help tags in help files.
>
> - if that isn't good  enough, apply Taylor Venable's unofficial patch
> (available from the "nonstandard patches" page of the vim_dev Google
> Group), compile Vim with it, and use that to hide whatever you don't
> want to see in the quickfix window. You may have to use well-chosen
> ":setlocal" commands at some well-chosen autocommand event, maybe
> BufWinEnter or BufReadPost, testing for a quickfix window. I don't know
> the details because I don't use that patch myself.
>
> If you go that second route, you had better make sure you're subscribed
> to the vim_dev list, just in case you get problems compiling and
> patching Vim.

The first one is not what I want, and the second one is complicated to me  
:(

Anyway, thanks for the infos.

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to