1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-09-12 20:35:28 +01:00
parent 6eda17d881
commit 83a19c5fda
2 changed files with 5 additions and 1 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
453,
/**/
452,
/**/