commit | 96baf02aa87dc6ec43850c5617fe53061edd97bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 23:49:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 23:49:38 2019 +0100 |
tree | a67a26d677a463a88bf9c07ad3fe140b2838fcdd | |
parent | 81aa0f56f8be6922730f1ca368d6c64661dc97a3 [diff] [blame] |
patch 8.1.0922: terminal scrollback test is flaky Problem: Terminal scrollback test is flaky. Solution: Wait a bit before running the tail command.
diff --git a/src/version.c b/src/version.c index d0857e7..bf47f97 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 922, +/**/ 921, /**/ 920,