comparison 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
comparison
equal deleted inserted replaced
23506:8d4f034c1776 23507:88a7e3bbb594
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2296,
753 /**/ 755 /**/
754 2295, 756 2295,
755 /**/ 757 /**/
756 2294, 758 2294,
757 /**/ 759 /**/