Martin Tournoij
Martin Tournoij
Cheers, that'll be useful
> I have been wondering if we should roll this back and work on another > solution. If people are currently using cmdheight=0, I wonder if they > find it...
Another case I found: % vim --noplugin -u NONE +'set cmdheight=0 showmode' and then: i Will display (while you're back in normal mode): -- INSERT --n completion (^D^N^P) E486: Pattern...
And another; press ``, which will display: Type :qa and press to exit Vim And that sticks until you do some command; should probably clear on cursor movement and scrolling?...
I guess this issue is a bit misnamed, because it seems *any* message that appears in the "cmdline window" gets stuck like this, for example an `:echo` from a ``...
Using `:!cmd` doubles the command, e.g. with `:!ls` you see: 
> Reproduced for me. I will fix it later. > > But... > > [#10881 (comment)](https://github.com/vim/vim/issues/10881#issuecomment-1210084556) > > It is intended behavior. Because of ``. Ah right, it behaves like...
You get this with any message that displays in the cmdline (`:echo` (from function), `u`, `n` not finding anything, etc.): if something gets displayed in the cmdline window and you...
Yup, with the new message popup it seems good at a glance.