commit | 749bc9521d9c1b3b3250faef25a3710206cf277d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 16:33:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 16:33:47 2020 +0100 |
tree | 6a40e4e5c2eee9012439dfe042cb4606613fa10f | |
parent | 0289065e41ce3148f929e16a55aa3b161c80576f [diff] [blame] |
patch 8.2.1930: wrong input if removing shift results in special key code Problem: Wrong input if removing shift results in special key code. Solution: Handle special key codes. (closes #7189)
diff --git a/src/version.c b/src/version.c index 9f23c1d..93de74d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1930, +/**/ 1929, /**/ 1928,