Hi Brian,

2009/3/24 Brian McKee\:
>
> Recent posts on the list have made me look at the cursorline and
> cursorcolumn options.  If you set cursorline and use vim in the
> terminal, the line is a thin underline.  In the regular GUI interface
> it's a background shading.  (I'm using the Pablo colour scheme)   I'd
> prefer to have the terminal style underline everywhere.  How do I do
> that?  Poking around I think it has something to do with CurrentLine,
> but I don't know where to set that...
> Suggestions appreciated,

Try the following two lines:

:hi clear CursorLine
:hi CursorLine gui=underline

Björn

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

Reply via email to