commit | b70a47b77414273755c541f1378ca50966e5ef16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 22:11:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 22:11:21 2019 +0100 |
tree | b3dd98355a259ef300764a8efafd6e5eb9a3c944 | |
parent | 8662189736e6cefb3fe852728adb5341f83973cf [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3e675fc..792afea 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1096, +/**/ 1095, /**/ 1094,