>>On Friday, March 22, 2013 4:39:14 PM UTC-5, FlashBurn wrote: >>> colorscheme xoria256 >>> hi CursorLine gui=underline guibg=NONE term=underline cterm=underline >>> set cursorline
what happens if you use in vimrc: hi CursorLine NONE gui=underline term=underline cterm=underline note the NONE at the beginning, to remove all previous hi --OR-- +vimrc hi CursorLine NONE term=underline cterm=underline +gvimrc hi CursorLine NONE gui=underline Bill -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
