0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.1193: terminal window not redrawn when dragging a popup window

Problem:    Terminal window not redrawn when dragging a popup window over it.
Solution:   Redraw terminal window. (fixes #6438)
This commit is contained in:
Bram Moolenaar
2020-07-12 19:24:10 +02:00
parent b898a029b0
commit 35910f2d54
5 changed files with 76 additions and 13 deletions

View File

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