1
0
forked from aniani/vim

patch 8.0.1173: terminal window is not redrawn after CTRL-L

Problem:    Terminal window is not redrawn after CTRL-L. (Marcin Szamotulski)
Solution:   Redraw the whole terminal when w_redr_type is NOT_VALID.
This commit is contained in:
Bram Moolenaar
2017-10-02 21:54:59 +02:00
parent 2a6a6c3014
commit 19a3d68b2c
2 changed files with 9 additions and 0 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1173,
/**/
1172,
/**/