Skip to content

Commit

Permalink
attachParserField now takes an extra parameter
Browse files Browse the repository at this point in the history
See aa4def1793bf3cadfdb89c325d093e28cb67adc1 upstream.
  • Loading branch information
techee committed Nov 18, 2020
1 parent 04eec18 commit 2927ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctags/parsers/rst.c
Expand Up @@ -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);
Expand Down

0 comments on commit 2927ec4

Please sign in to comment.