commit | 45fcb7928af8ac9bc5685ce7c804b8250866a874 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 06 13:01:27 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 06 13:01:27 2023 +0100 |
tree | 1418f03a380c5a6952b110b3bffd92501bfe0ab3 | |
parent | b926bf47d61360a4ec5e4867714a08d70fd49965 [diff] [blame] |
patch 9.0.1514: test waits unnecessarily long before checking screendump Problem: Test waits unnecessarily long before checking screendump. Solution: Remove TermWait() call.
diff --git a/src/version.c b/src/version.c index 2665b03..2d26461 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1514, +/**/ 1513, /**/ 1512,