commit | 33c5e9fa7af935c61a8aac461b9664c501003440 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 26 18:58:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 26 18:58:51 2018 +0200 |
tree | 2b526d171ee352efc70942a17a80b0b64d336741 | |
parent | e5fa11186fde4a19e505eba403d3af8c61d11304 [diff] [blame] |
patch 8.1.0026: terminal test fails with very tall terminal Problem: Terminal test fails with very tall terminal. (Tom) Solution: Fix the terminal window size in the test.
diff --git a/src/version.c b/src/version.c index dce336e..72960f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 26, +/**/ 25, /**/ 24,