]> granicus.if.org Git - vim/commit
patch 8.0.0286: not always redrawing after screen resize v8.0.0286
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 17:37:14 +0000 (18:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 17:37:14 +0000 (18:37 +0100)
commitc10f0e7cb0f35eea489b038e56c87b818eee975b
tree7e275aaf27540e86ecc26cc720e723f6a90b96a0
parentc386267ffe1eb7ddf11794ade4f97d8b6b534588
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().
src/screen.c
src/version.c