[geany/geany] 2927ec: attachParserField now takes an extra parameter
Jiří Techet
git-noreply at xxxxx
Sun Feb 7 21:31:38 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Wed, 18 Nov 2020 23:13:15 UTC
Commit: 2927ec4dbb139528a07209d551897098425f3ebe
https://github.com/geany/geany/commit/2927ec4dbb139528a07209d551897098425f3ebe
Log Message:
-----------
attachParserField now takes an extra parameter
See aa4def1793bf3cadfdb89c325d093e28cb67adc1 upstream.
Modified Paths:
--------------
ctags/parsers/rst.c
Modified: ctags/parsers/rst.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -158,7 +158,7 @@ static void makeSectionRstTag(const vString* const name, const int kind, const M
}
m[0] = marker;
- attachParserField (&e, RstFields [F_SECTION_MARKER].ftype, m);
+ attachParserField (&e, false, RstFields [F_SECTION_MARKER].ftype, m);
r = makeTagEntry (&e);
}
nestingLevelsPush(nestingLevels, r);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list