commit | 6c672194cd06fb1ab1289475aad31a9769bdb2ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 13:28:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 15 13:28:42 2018 +0200 |
tree | b09e33d920c34645b36f71b816f1ed0af4c28c83 | |
parent | 3cba73423e5304ef7ccdb2280d65562d2f06f483 [diff] [blame] |
patch 8.0.1718: terminal scrollback test fails on MS-Windows Problem: Terminal scrollback test fails on MS-Windows. Solution: Check for the last line of output anticipating there might be an empty line below it.
diff --git a/src/version.c b/src/version.c index 207048f..be4e4ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1718, +/**/ 1717, /**/ 1716,