[Bug 272487] vi/nvi: :t wrongly adjusts current-line in the context of a :g command

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 Jul 2023 12:29:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272487

--- Comment #1 from Tim Chase <freebsd@tim.thechases.com> ---
Poking around further at this, if I add a single space (0x20) after the "-",
changing

    :g/pattern/1t-

into

    :g/pattern/1t-{space}

it works as expected.  This seems to suggest some sort of parsing or off-by-one
issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.