commit | b73e439606b55d66d9e81da1f9cae729af37cf04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 20:00:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 20:00:35 2019 +0100 |
tree | a92b1dd6483862bcec6ea8cf85f015525682d1aa | |
parent | 5bf46e978619ff602a7c63dd98e19de8248236b3 [diff] [blame] |
patch 8.1.2277: terminal window is not updated when info popup changes Problem: Terminal window is not updated when info popup changes. Solution: Redraw windows when re-using an info popup. (closes #5192)
diff --git a/src/version.c b/src/version.c index fc6808b..bb783f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2277, +/**/ 2276, /**/ 2275,