2009/3/24 Brian McKee: >> >> Try the following two lines: >> >> :hi clear CursorLine >> :hi CursorLine gui=underline > > Yep - that does it, but now I'm not sure I like it :-( the bright > yellow in the terminal works, but it's just the std grey in the GUI. > I'll muck about some more.
You can set the color with "guisp" (see ":h highlight-guisp" and ":h underline"), so change those two lines to: :hi clear cursorline :hi cursorline gui=underline guisp=yellow Please note that MacVim currently does not underline spaces nor does it support undercurls. These issues will be fixed in the Core Text renderer (I will try to release a patch for people to try out soon). Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
