A.J.Mechelynck wrote 
  >Suresh Govindachar wrote:
  >> Hello,
  >> 
  >> Version:  VIM - Vi IMproved 7.0 (2006 May 7, compiled Dec  7 2006 07:33:35)
  >>           MS-Windows 32 bit GUI version with OLE support
  >>           Included patches: 1-178
  >>           Huge version with GUI. 
  >>
  >> Start gvim via command:
  >>      c:\opt\vim\vim70\gvim.exe --noplugin -u NONE -U NONE
  >>
  >> :saveas boo.c
  >> :set filetype=c
  >>
  >> Enter following text:
  >>
  >>     if(1)
  >>     {
  >>       /* ------- {{{3 */
  >>     }
  >>
  >> :w
  >> Now try to jump between { using %.  
  >>
  >> Bug:  The { in the manual fold-markers interferes with %-jumping.
  >
  >  [comments on using the matchit plugin]
 
  % is a feature of Vim -- I am not trying to use % in any fancy
  way, only in the way it is supposed to work under regular Vim.
  I am reporting a bug in vim (and not looking for a work-around
  based on a plugin).  The bug is that % is not ignoring { within 
  c-comments in a c-file. 
  
  --Suresh


Reply via email to