commit | c10f0e7cb0f35eea489b038e56c87b818eee975b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 18:37:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 18:37:14 2017 +0100 |
tree | 7e275aaf27540e86ecc26cc720e723f6a90b96a0 | |
parent | c386267ffe1eb7ddf11794ade4f97d8b6b534588 [diff] [blame] |
patch 8.0.0286: not always redrawing after screen resize Problem: When concealing is active and the screen is resized in the GUI it is not immediately redrawn. Solution: Use update_prepare() and update_finish() from update_single_line().
diff --git a/src/version.c b/src/version.c index e47b0d3..4a3c971 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 286, +/**/ 285, /**/ 284,