commit | 35910f2d54bd670a0d83b3474b4c23faa94252d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 19:24:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 19:24:10 2020 +0200 |
tree | 3e845f965f862e9f9526fd21f8e1453b5ab75f84 | |
parent | b898a029b01866b1dbe07521e153d54917b9527d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d165232..96f29fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1193, +/**/ 1192, /**/ 1191,