commit | 8e20f75e58f4879308b0011b468ef928a3f93085 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 16:43:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 16:43:47 2020 +0200 |
tree | 6dc04cd3e593bc5ca4011cfe282d736c6433f4f4 | |
parent | 0c8059e0b673a11f878acf4067a4b92679f1e0e5 [diff] [blame] |
patch 8.2.0979: a couple of screendump tests fail Problem: A couple of screendump tests fail. Solution: Do not redraw when clearing t_8u.
diff --git a/src/version.c b/src/version.c index 2c2c573..3ac374f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 979, +/**/ 978, /**/ 977,