commit | 5ff7df509ad6bde89991d38d87a6fc796b862ba7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 01:06:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 01:06:13 2019 +0100 |
tree | 4b8a7163f93b598994950c5cbe895f8729fd14d3 | |
parent | 7e841e3ce507d3c03175213d167692609028fdd9 [diff] [blame] |
patch 8.1.0925: terminal scrollback test still still flaky Problem: Terminal scrollback test still still flaky. Solution: Explicitly set the shell. Disable ruler. (Ozaki Kiichi, closes #3966)
diff --git a/src/version.c b/src/version.c index 10715ac..567e870 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 925, +/**/ 924, /**/ 923,