[vim/vim] "showcmd" is not cleared after timeoutlen (Issue #20839)
phanium (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/[email protected]> |
phanen created an issue (vim/vim#20839) ### Steps to reproduce `vim -N --clean repro.vim`, `:source<CR>` ```vim se timeoutlen=0 se showcmdloc=statusline se ls=2 nnoremap <space> <nop> nnoremap <space><space> <nop> ``` Related: https://github.com/neovim/neovim/pull/40871#issuecomment-5030050659 ### Expected behaviour type `<space>`, no "showcmd" content show be shown on statusline. ### Version of Vim 9.2.0854 ### Environment linux kitty bash ### Logs and stack traces ```shell ``` -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/20839 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/issues/[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/20839%40github.com.