commit | 50948e4ac24314d5a70404bbc592ffc28755ad9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 20:36:56 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 20:36:56 2019 +0100 |
tree | bdbd6a06b8957ab794a9ebe5a4cb2404175febe5 | |
parent | e0de2164f62a1736cdc64dbf804b77db8af90c10 [diff] [blame] |
patch 8.1.0844: when timer fails test will hang forever Problem: When timer fails test will hang forever. Solution: Use reltime() to limit waiting time. (Ozaki Kiichi, closes #3878)
diff --git a/src/version.c b/src/version.c index e78fde7..cf7c47e 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 844, +/**/ 843, /**/ 842,