James Vega wrote:

> On Thu, Apr 13, 2006 at 02:25:40PM -0400, Stefano Zacchiroli wrote:
> > In vim 7.0d02 I'm unable to see the '|' which usually surround tag in
> > vim's help file (e.g. around 'usr_01.txt' in the first help page opened
> > by ':help<CR>').
> >=20
> > They are not visible (but the tag jumping still works). Moreover: on a
> > black gnome-terminal the cursor becomes completely invisible when moving
> > on them, while using a gui-enabled vim when the cursor is on them
> > they're visible in reversed colors (but still not visible when the
> > cursor is elsewhere).
> >=20
> > I tried several colorschemes, they seem not to affect the bug.
> 
> This seems to mainly affect things when bg=3Ddark.  With the various
> colorschemes I tried, the bars were either very hard to see or
> impossible to see without placing the cursor on them.  With bg=3Dlight,
> I'm generally able to see the bars.

In Vim 7 several things changed for the highlighting.  But I have not
received updates for the colorschemes.  It would help a lot if you
report problems back to the maintainer of a colorscheme, so that he can
send me an updated version.

A (possibly incomplete list) of highlight groups that need to be
checked:

Visual selection (combined with syntax colors):
        Visual
        VisualNOS

'cursorline' and 'cursorcolumn' (new):
        CursorLine
        CursorColumn

Insert completion popup menu (new):
        Pmenu
        PmenuSel
        PmenuBar
        PmenuThumb

-- 
>From "know your smileys":
 ;-0    Can't find shift key
 ,-9    Kann Umschalttaste nicht finden

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to