commit | 76b6dfe54ba9b85cd9d8e6539205c1679a187961 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 14:37:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 14:37:22 2016 +0200 |
tree | 1ce969f83414476159d023c0e3416dbdca99e5a3 | |
parent | e30a3d01dc1b6b066748b1d61cced05cf92b3c80 [diff] [blame] |
patch 7.4.1888 Problem: Wrong computation of remaining wait time in RealWaitForChar() Solution: Remember the original waiting time.
diff --git a/src/version.c b/src/version.c index 7ad9e1b..e18515e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1888, +/**/ 1887, /**/ 1886,