commit | 87dcfd75c218107ca966c80a0a56b236be046fc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 22:35:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 22:35:29 2019 +0200 |
tree | 2bf8971a97db0589072e1acbe7d909e9d7d213b9 | |
parent | 39f76c6ac0f5e07a0e608ddf920a67702ec83824 [diff] [blame] |
patch 8.1.1168: not all screen update code of terminal is executed in tests Problem: Not all screen update code of the terminal window is executed in tests. Solution: Redraw before taking a screenshot.
diff --git a/src/version.c b/src/version.c index a12bd09..99ffbc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1168, +/**/ 1167, /**/ 1166,