commit | 21d393a12be86126d9326ea0c244d3a101b77151 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 12:01:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 12:01:34 2022 +0100 |
tree | 760a84c655860ec8a8831a7367d0ae8d91f7dc5a | |
parent | 5c645a25bb8e6d766db720a44b9ceeff39d1e92b [diff] [blame] |
patch 9.0.0539: long message test can be flaky Problem: Long message test can be flaky. Solution: Wait for more prompt instead of ruler.
diff --git a/src/version.c b/src/version.c index 0bbeae6..359c70c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 539, +/**/ 538, /**/ 537,