summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-01 18:37:14 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-01 18:37:14 +0100
commitc10f0e7cb0f35eea489b038e56c87b818eee975b (patch)
tree7e275aaf27540e86ecc26cc720e723f6a90b96a0 /src/version.c
parentc386267ffe1eb7ddf11794ade4f97d8b6b534588 (diff)
downloadvim-git-8.0.0286.tar.gz
patch 8.0.0286: not always redrawing after screen resizev8.0.0286
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().
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e47b0d3a5..4a3c971e6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 286,
+/**/
285,
/**/
284,