Files
neovim/test/functional
neovim-backports[bot] 131a3cacb3 fix(ui2): prevent flicker when entering pager from expanded cmdline (#38662)
fix(ui2): flicker when entering pager from expanded cmdline #38639

Problem:  'showcmd' causes flickering when pressing "g<" to enter the
          pager when the cmdline is expanded for messages.
          Initial keypress for an incomplete mapping is not giving 'showcmd'
          feedback while cmdline is expanded for messages (which is only
          dismissed upon the vim.on_key callback after 'timeoutlen').

Solution: Delay dismissing expanded cmdline when vim.on_key() callback
          receives "g".
          Place 'showcmd' "last" virtual text during expanded cmdline.
(cherry picked from commit 75e5e37942)

Co-authored-by: luukvbaal <luukvbaal@gmail.com>
2026-03-31 20:41:20 -04:00
..
2026-03-28 09:59:54 -04:00
2026-03-29 13:36:56 +02:00
2026-03-29 18:16:17 +02:00
2026-03-31 20:40:33 -04:00
2025-12-15 13:55:15 -05:00