]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0609: completion info popup cannot be scrolled with the keyboard v9.2.0609
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 9 Jun 2026 19:24:25 +0000 (19:24 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 9 Jun 2026 19:31:17 +0000 (19:31 +0000)
commite2cf855bbe751f14b98b5e2b1542fb2bfc5bfe74
tree93a921c1e28fb3810562e5e76223cdc6344dffa9
parent60ebdf7e34687fd7821045268ee4b2b599112413
patch 9.2.0609: completion info popup cannot be scrolled with the keyboard

Problem:  The info popup shown beside the insert-mode and command-line
          completion menu can only be scrolled with the mouse wheel, so
          the part below the visible area is unreachable when working
          from the keyboard.
Solution: While the completion menu is shown, scroll the info popup with
          CTRL-SHIFT-Up/Down (one line), CTRL-SHIFT-PageUp/PageDown (one
          page) and CTRL-SHIFT-N/CTRL-SHIFT-P (one line).  The menu stays
          open and the selected item does not change.

related: #20418
fixes:   #20441
closes:  #20444

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt
runtime/doc/options.txt
runtime/doc/version9.txt
src/edit.c
src/ex_getln.c
src/getchar.c
src/popupwin.c
src/proto/popupwin.pro
src/testdir/test_cmdline.vim
src/testdir/test_popupwin.vim
src/version.c