diff options
author | Aedin Louis Xavier <mmxael@gmail.com> | 2022-11-16 12:02:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-11-16 12:02:28 +0000 |
commit | f10952e8c0b94bae58742f147d6779998d189892 (patch) | |
tree | e1590d406013431ec29ea4e44a8cf8106801cb75 /src/version.c | |
parent | a44c7811ff1c5519ac9acd6a34c58c98366f5c5f (diff) | |
download | vim-git-9.0.0888.tar.gz |
patch 9.0.0888: MS-Windows GUI: CTRL-] does not work on Swiss keyboardv9.0.0888
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 08c05f3a5..fcc6719c3 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 888, +/**/ 887, /**/ 886, |