commit | a22c56a59a1e60f6976e61d16001623424a26b3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 15:10:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 15:10:31 2022 +0100 |
tree | 94f8b941e8af8a7df21b6d402f18f36f4ba84b61 | |
parent | 9781d9c00517a67c44b50b040cca2c5804daf15c [diff] [blame] |
patch 9.0.0514: terminal test sometimes hangs Problem: Terminal test sometimes hangs. Solution: Add a bit more information to the test output. (issue #11179)
diff --git a/src/version.c b/src/version.c index 129f7ce..74253e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 514, +/**/ 513, /**/ 512,