1
0
forked from aniani/vim

patch 9.0.0888: MS-Windows GUI: CTRL-] does not work on Swiss keyboard

Problem:    MS-Windows GUI: CTRL-] does not work on Swiss keyboard.
Solution:   Check the key code and don't consider it as a dead key. (Aedin
            Louis Xavier, closes #11556)
This commit is contained in:
Aedin Louis Xavier
2022-11-16 12:02:28 +00:00
committed by Bram Moolenaar
parent a44c7811ff
commit f10952e8c0
2 changed files with 18 additions and 7 deletions

View File

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