On 2026-05-04 at 17:18:50 -0400,
Pocket <[email protected]> wrote:
>
> On 5/4/26 5:14 PM, David C Rankin wrote:
> > Arch Devs,
> >
> > vim-9.2.0437 for some reason includes `PP` at the top of each new file
> > it creates, e.g.
> >
> > $ vim foo
> >
> > This just started with this version update. Downgrading to vim-9.2.0388
> > (and vim-runtime-9.2.0388) resolves the issue.
> >
> > Does this need a bug?
> >
> I have seen the same thing.
FWIW, I reproduced this, once, if I set TERM to dumb inside an alacritty
terminal emulator:
$ TERM=dumb /usr/bin/vim ~/foo
(I specify /usr/bin/vim because I set vim to an alias for emacsclient.
Note that both holy wars and flame wars are off topic for Arch General.)
I can speculate about where to start looking for the bug, but for now,
consider this message as just one more data point.