https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272487
--- Comment #1 from Tim Chase <[email protected]> --- 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.
