1
0
forked from aniani/vim

patch 8.1.1917: non-current window is not redrawn when moving popup

Problem:    Non-current window is not redrawn when moving popup. (Ben Jackson)
Solution:   Redraw all windows under a popup. (closes #4860)
This commit is contained in:
Bram Moolenaar
2019-08-24 14:46:29 +02:00
parent 741ea17038
commit 356375fbf8
6 changed files with 43 additions and 35 deletions

View File

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