Re: '%' matches parens inside quotes
in viEmu for VS, given this text:
if ( foo = "this )" ) ...
placing the curser on the opening paren of the boolean test, and pressing '%' will result in the cursor placed on the ')' that is within the string literal. The same is true with braces.
In gvim, the correct behaviour is observed (matching doesn't look inside string literals).
Any plans on this one?
Thanks,
Afton.