commit | ad772a63ec3bc86fe9d53cba783812f53470a313 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 14:07:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 14:07:49 2020 +0200 |
tree | 43ccf22d0b674ef6e31736a7e93cf4c60f66c234 | |
parent | 858ba06d5f577b187da0367b231f7fa9461cb32d [diff] [blame] |
patch 8.2.0870: MS-Windows: Control keys don't work in the GUI Problem: MS-Windows: Control keys don't work in the GUI. Solution: Don't set seenModifyOtherKeys for now. (Yasuhiro Matsumoto, closes #6175)
diff --git a/src/version.c b/src/version.c index d211e8c..e51e650 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 870, +/**/ 869, /**/ 868,