commit | 272ca95fc3d21ae1e2626a7aec38a6990e88ad6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 28 20:49:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 28 20:49:11 2020 +0100 |
tree | 54526fdfb9b2fbcc545e72868b510d06431fd063 | |
parent | 7d8ea0b24191d64155fcf9e8d2d2eefff91ae549 [diff] [blame] |
patch 8.2.0163: test hangs on MS-Windows console Problem: Test hangs on MS-Windows console. Solution: use feedkeys() instead of test_feedinput(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 7c5af63..46a71db 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 163, +/**/ 162, /**/ 161,