# HG changeset patch # User Francesco Potort # Date 1195133547 0 # Node ID d03f0a543d19f723cc0ec6f998528269425d2f7d # Parent 6eb7a4036a21a9326241f2314493ddfd5005b12e (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). diff -r 6eb7a4036a21 -r d03f0a543d19 lib-src/etags.c --- a/lib-src/etags.c Thu Nov 15 06:48:44 2007 +0000 +++ b/lib-src/etags.c Thu Nov 15 13:32:27 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. */