On Wed, Apr 22, 2009 at 5:38 PM, Tiancheng wrote: > i went through my vimrc commenting out different lines and this line > was the culprit: > set highlight=8r,db,es,hs,mb,Mr,nu,rs,sr,tb,vr,ws > > i don't even know what that line does hehehe (I can't find any > documentation on that syntax for set highlight > > after i commented out that line, everything else worked perfectly! > > so can you point me in the right direction of some documentation for > that line? i'd like to find out why i had that in the first place, > and whether or not i want to keep it for the future.
:help 'highlight' In particular, you'll note that "8r" (the first thing in that list), says that you want to use reverse video instead of SpecialKey. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
