commit | 02faa944c69ea22a7a5338135b686dac2c946ca1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 16:17:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 16:17:18 2021 +0100 |
tree | 193df4f7c86586fd81fb7c50064e7726a7ae73e4 | |
parent | 2f91e2f8da572123e53ae7579dde57c750137def [diff] [blame] |
patch 8.2.2275: CTRL-C not recognized in Mintty Problem: CTRL-C not recognized in Mintty. Solution: Recognize the modifyOtherKeys code ending in "u". (Christian Brabandt, closes #7575)
diff --git a/src/version.c b/src/version.c index 458c3a0..e6df876 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2275, +/**/ 2274, /**/ 2273,