björn wrote: > 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
To paint a more complete picture, this depends on whether you have enabled the ATSUI renderer in MacVim preferences (⌘,) - with ATSUI, the underline spans the whole window, but you can't set its color; - with the Cocoa renderer (meaning with ATSUI turned off) leading and trailing spaces aren't underlined, but you can set the underline color as mentioned by Björn. The new experimental Core Text renderer will probably have yet another feature set. What I was calling "excellent" is the ATSUI behaviour, where it displays a bright underline across the whole MacVim window! HTH Tobia --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
