commit | 7e841e3ce507d3c03175213d167692609028fdd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 00:26:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 00:26:14 2019 +0100 |
tree | 2cee8d9ae6f5d2aa27b35ad288b84150785f14a8 | |
parent | c3ef8966081c03ce989f72a1e477df3327ccb971 [diff] [blame] |
patch 8.1.0924: terminal scrollback test still flaky Problem: Terminal scrollback test still flaky. Solution: Wait a bit longer before running the tail command.
diff --git a/src/version.c b/src/version.c index bb5e0e1..10715ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 924, +/**/ 923, /**/ 922,