commit | 83a19c5fda0556330860899bfb484addf9178cd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 20:35:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 12 20:35:28 2022 +0100 |
tree | 65d6bf4b31e92218fc33e06eb49e7d077f715664 | |
parent | 6eda17d881c9b2880ccb2a4d11951939a58f233d [diff] [blame] |
patch 9.0.0453: on an AZERTY keyboard digit keys get the shift modifier Problem: On an AZERTY keyboard digit keys get the shift modifier. Solution: Remove the shift modifier from digit keys. (closes #11109)
diff --git a/src/version.c b/src/version.c index 26b8bf3..9701d6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 453, +/**/ 452, /**/ 451,