1
0
forked from aniani/vim

patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-H

Problem:    MS-Windows: cannot distinguish BS and CTRL-H.
Solution:   Add code for VK_BACK. (Linwei, closes #1833)
This commit is contained in:
Bram Moolenaar
2019-03-30 22:11:21 +01:00
parent 8662189736
commit b70a47b774
3 changed files with 5 additions and 2 deletions

View File

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