commit | 014f698cb68ff80c49f9f5d3dbe78127df281885 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 13:18:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 13:18:30 2021 +0100 |
tree | bfcc78ebe7438f54f8902f3a34ea3ab3afa9793d | |
parent | d93a7fc1a98a58f8101ee780d4735079ad99ae35 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 12877de..7be5728 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2296, +/**/ 2295, /**/ 2294,