Hi,
when I use the '%' key to find matching brace('{' or '}') in a C program,
vim includes the code which is commented out to find the matching brace.
e.g.
1 #include <stdio.h>
2
3 int main(int argc, char* argv[])
4 {
5 int i=10;
6 /* } */
7 return 0;
8 }
If the cursor is on line 4 under '{' and I press the '%' key, the cursor shows
the matching closing brace on line 6 (which is commented out) and not the
matching
closing brace on line 8.
Is there any workaround for this?
Thanks,
Mahendra
Download prohibited? No problem. CHAT from any browser, without download.
Go to http://in.webmessenger.yahoo.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---