commit | 4be18e77ff2d9a85d01e9d62335542755b26d5d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 12:28:07 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 12:28:07 2023 +0000 |
tree | c411bbd30a95639e6785fdc33883d22beb238f1b | |
parent | 78012f55faf7444e554c0a97a589d99fa215bea9 [diff] [blame] |
patch 9.0.1276: some mappings with Meta and Shift do not work Problem: Some mappings with Meta and Shift do not work. Solution: Apply the Shift modifier to the key. (issue #11913)
diff --git a/src/version.c b/src/version.c index 926cd7f..5bf3348 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1276, +/**/ 1275, /**/ 1274,