Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f14a3ad4
Commit
f14a3ad4
authored
Nov 15, 2007
by
Francesco Potortì
Browse files
(C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
parent
af13c86a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib-src/etags.c
lib-src/etags.c
+2
-2
No files found.
lib-src/etags.c
View file @
f14a3ad4
...
...
@@ -4006,9 +4006,9 @@ C_entries (c_ext, inf)
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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment