commit | e52e0c89d1a6305beca3c01f89a4892dcb43bc71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 22:20:10 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 22:20:10 2020 +0100 |
tree | d54216cc94ae0eb3c8a737b3298be99b9360297c | |
parent | 80ae880f5fed8022c69d05dd1efee49259929cb5 [diff] [blame] |
patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal Problem: No redraw when leaving terminal-normal mode in a terminal popup window. Solution: Redraw the popup window. (closes #5708)
diff --git a/src/version.c b/src/version.c index 693a1d6..986e10d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326,