[vim/vim] fix mismatch between showcmd and count (PR #20834)
rokke (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
this resets the count shown by `:set showcmd` when count has to be capped to prevent overflowing. since `showcmd` only shows exactly 10 digits, and 10 digit numbers fit into count, this gives a count a more exact limit, so that old `showcmd` letters don't have to be considered when overwriting `showcmd`.
closes: #20728
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/20834
-- Commit Summary --
* fix mismatch between showcmd and count
-- File Changes --
M src/normal.c (17)
-- Patch Links --
https://github.com/vim/vim/pull/20834.patch
https://github.com/vim/vim/pull/20834.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20834
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/[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/pull/20834%40github.com.