commit | 1b55797e90c5fe41691afe43aed8afffbbcebeb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 09 21:17:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 09 21:17:32 2019 +0200 |
tree | 7f5530115c8e9d978dacc78a5fac9cfb393369b2 | |
parent | 46ad288b9b2a6eb0430cf802ff5ce68a58629897 [diff] [blame] |
patch 8.1.1141: terminal winpos test fails with very large terminal Problem: Terminal winpos test fails with very large terminal. (Dominique Pelle) Solution: Compute the expected size more accurately. (closes #4228)
diff --git a/src/version.c b/src/version.c index 7c3490e..4dc55f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1141, +/**/ 1140, /**/ 1139,