I have no idea how I modified vim such that all braces are highlighted, not just matching ones, but I want to turn it off now. How do I do that? The usual highlighting of matching braces works fine.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Did you do a search for a brace? If you did then you can either search for gibberish, or you can do a |
|||
|
It could be a plugin called pi_paren.
You should be able to turn it off by executing If you want to turn it off permanently, add (to your
|
|||
|
|
:syn off? – ephemient Nov 2 '10 at 23:52