commit | 54e5dbf58e16d0d757a315480c9e63ac7f8a74c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 17:35:09 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 17:35:09 2017 +0200 |
tree | b9d12a4d06429e644f30b804125138fd92f07bd7 | |
parent | d78f03f86045184dfd191f00359baa61e2e79d1f [diff] [blame] |
patch 8.0.1177: in a terminal window the popup menu is not cleared Problem: In a terminal window the popup menu is not cleared. (Gerry Agbobada) Solution: Redraw when SOME_VALID is used instead of NOT_VALID. (closes #2194)
diff --git a/src/version.c b/src/version.c index 8d7a5e5..dcd77f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1177, +/**/ 1176, /**/ 1175,