docs: say what the log renderer actually removes #26
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/fix-log-claims"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checklist
Problem
Two claims in
doc/ci.txtwere false.Not
##[endgroup]. Those lines are dropped — measured on one job, 2588 rawlines became 2563: minus 36 endgroups, plus 11 step headers.
Understated.
lua/ci/ansi.luaalso strips OSC sequences, bare controlcharacters (BEL, BS, VT, FF), trailing CR, and non-SGR CSI.
CiCommandandCiUrlwere absent from HIGHLIGHTS, which matters because thatsection opens by saying every group can be overridden.
And the
-description had drifted three ways at once:None survived #23 making it the list you came from. The
<Plug>description iswhat
g?shows, so two of the three were reaching users.Solution
Corrected all three, and the endgroup line now says why it goes — it has
become the end of a fold, which is the same trade as an SGR escape becoming a
highlight.