Monday, September 11, 2006

VIM 7 :: turn off paren/parenthesis/whatever highlighting

Put that line into .gvimrc:

NoMatchParen

Seems like due to serious Q&A problem that shit creeped into release of VIM7.

:help hl-MatchParen for more info on how to wear down your eye in under 5 minutes with minimum of options set. [sarcasm off]

Edit1: seems like that feature is automatically enabled only for GUI vim, in other words NoMatchParen is accepted only in .gvimrc.

Edit2: The solution is not reliable. Proper fix!

1 comment:

Anonymous said...

try that simple workaround (and it works also in .vimrc :-)

hi MatchParen ctermbg=black guibg=black