# HG changeset patch # User Francesco Potort # Date 1195134425 0 # Node ID 74dbf77e41bed4ea1497df2ca0511bc30049cd4a # Parent 3996a79307182bafb6f39b1f22b1934566ec6974 etags.c: (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). diff -r 3996a7930718 -r 74dbf77e41be lib-src/etags.c --- a/lib-src/etags.c Thu Aug 30 02:03:47 2007 +0000 +++ b/lib-src/etags.c Thu Nov 15 13:47:05 2007 +0000 @@ -4006,9 +4006,9 @@ bracelev = 0; token.valid = FALSE; /* something gone amiss, token unreliable */ } - if (bracelev == 0 && fvdef == vignore) - fvdef = fvnone; /* end of function */ } + if (bracelev == 0 && fvdef == vignore) + fvdef = fvnone; /* end of function */ popclass_above (bracelev); structdef = snone; /* Only if typdef == tinbody is typdefbracelev significant. */