@elextr commented on this pull request.
> @@ -78,7 +78,7 @@ static void makeAsciidocTag (const vString* const name, const int kind) { tagEntryInfo e; - initTagEntry (&e, vStringValue (name), &(AsciidocKinds [kind])); + initTagEntry (&e, vStringValue (name), kind); e.lineNumber--; /* we want the line before the '---' underline chars */
yes, the lines that patch was removing was what I was referring to.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.