]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menu v8.2.2296
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2021 12:18:30 +0000 (13:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2021 12:18:30 +0000 (13:18 +0100)
commit014f698cb68ff80c49f9f5d3dbe78127df281885
treebfcc78ebe7438f54f8902f3a34ea3ab3afa9793d
parentd93a7fc1a98a58f8101ee780d4735079ad99ae35
patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menu

Problem:    Cannot use CTRL-N and CTRL-P in a popup menu.
Solution:   Use CTRL-N like <Down> and CTRL-P like <Up>. (closes #7614)
runtime/doc/popup.txt
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c