Shougo
Shougo
OK. I will do it later.
Hm... The test is failed. ``` FAILED 1 test, listed below: FAILED test/functional/legacy/messages_spec.lua @ 500: messages fileinfo does not overwrite echo message vim-patch:8.2.4156 test/functional/legacy/messages_spec.lua:521: Row 1 did not match. Expected:...
Well, I can add the `updatetime` check, but `input_pull()` returns immediately. So the check is failed. Oh, no. Two choices: * `updatetime` is ignored if events are available (The PR...
> `updatetime` is ignored if events are available (The PR behavior) I think this behavior is better. No perfect solution.
I will update the documentation.
https://github.com/neovim/neovim/pull/20198 is better. Closing.
Reproduced. But it is difficult to fix. `q:` means enter command line and move to the command line window. It is just syntax sugar and the command line is needed...
If you really need the feature: ```vim autocmd CmdWinEnter * set cmdheight=0 ``` It works for me and it is better than change the source code.