commit | c478ee3d83fab0dba46740f2023c35f743f88316 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 21:27:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 21:27:51 2020 +0100 |
tree | f19ab223e5d3fa36b1dcd77fe5ca6cdc089ab04f | |
parent | 57cf4973a283941c92744554474b2c52ce892fd1 [diff] [blame] |
patch 8.2.2076: MS-Windows console: sometimes drops typed characters Problem: MS-Windows console: sometimes drops typed characters. Solution: Do not wait longer than 10 msec for input. (issue #7164)
diff --git a/src/version.c b/src/version.c index bbbf9f2..251782d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2076, +/**/ 2075, /**/ 2074,