1
0
forked from aniani/vim

patch 8.2.4730: MS-Windows GUI: cannot use CTRL-/

Problem:    MS-Windows GUI: cannot use CTRL-/.
Solution:   Handle the WM_KEYUP event. (Yasuhiro Matsumoto, closes #10141)
This commit is contained in:
Yasuhiro Matsumoto
2022-04-10 12:37:48 +01:00
committed by Bram Moolenaar
parent fa76a24109
commit e08fde0073
2 changed files with 16 additions and 0 deletions

View File

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