comparison src/version.c @ 28639:8ea5468f9b5a v8.2.4843

patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible Commit: https://github.com/vim/vim/commit/202b4bd3a452898cfe3ed72facfbf7cb8199fa4b Author: LemonBoy <thatlemon@gmail.com> Date: Thu Apr 28 19:50:54 2022 +0100 patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible Problem: Win32 GUI: Treating CTRL + ALT as AltGr is not backwards compatible. (Axel Bender) Solution: Make a difference between left and right menu keys. (closes #10308)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Apr 2022 21:00:04 +0200
parents 5cf6dee0f305
children fdb18b1122f7
comparison
equal deleted inserted replaced
28638:26369a825c26 28639:8ea5468f9b5a
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4843,
749 /**/ 751 /**/
750 4842, 752 4842,
751 /**/ 753 /**/
752 4841, 754 4841,
753 /**/ 755 /**/