comparison src/version.c @ 26727:077277ee1626 v8.2.3892

patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized Commit: https://github.com/vim/vim/commit/35cfd793aad7c4bfba4a9bedf5c435c44e4293d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 25 15:13:18 2021 +0000 patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized Problem: When modifyOtherKeys is used CTRL-C is not recognized. Solution: Check for uppercase C as well, fix minimum length.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 16:15:02 +0100
parents 11383a35b497
children b969fdb8cd46
comparison
equal deleted inserted replaced
26726:4303d746ebe6 26727:077277ee1626
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3892,
752 /**/ 754 /**/
753 3891, 755 3891,
754 /**/ 756 /**/
755 3890, 757 3890,
756 /**/ 758 /**/