comparison src/version.c @ 27954:3de9be15de51 v8.2.4502

patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X Commit: https://github.com/vim/vim/commit/d979d64fa269ff47a96fc6aed2f4cdd066753c0c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 4 14:51:06 2022 +0000 patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X Problem: In the GUI a modifier is not recognized for the key typed after CTRL-X, which may result in a mapping to be used. (Daniel Steinberg) Solution: Recognize a modifier starting with CSI. (closes #9889)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Mar 2022 16:00:04 +0100
parents 22cdc06b37bf
children 2485bf68de34
comparison
equal deleted inserted replaced
27953:2f9beb57e75f 27954:3de9be15de51
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4502,
757 /**/ 759 /**/
758 4501, 760 4501,
759 /**/ 761 /**/
760 4500, 762 4500,
761 /**/ 763 /**/