diff src/version.c @ 23507:88a7e3bbb594 v8.2.2296

patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menu Commit: https://github.com/vim/vim/commit/014f698cb68ff80c49f9f5d3dbe78127df281885 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 4 13:18:30 2021 +0100 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 https://github.com/vim/vim/issues/7614)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jan 2021 13:30:03 +0100
parents bb29b09902d5
children 18f3dc6974af
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2296,
+/**/
     2295,
 /**/
     2294,