On 2023-07-13 13:28, Todd C. Miller wrote:
> Yes, that looks like a bug.  Historic vi behaves as expected.

A peculiar observation:  if I merely add a space after the "-"

  :g/^pattern/1t-

becoming

  :g/^pattern/1t-{space}

it seems to work as expected.  Perhaps something in the parsing of
the target/text after :t has an off-by-one?

-tkc





Reply via email to