commit | bcb4c8f9058c17dead61a0a384cb1e09c5fc459b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 14:06:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 14:06:52 2019 +0200 |
tree | 0dad811b7f4460a0a1a288ba7a240bc8c2350625 | |
parent | aad222c9c9a1e4fe6ae5a1fe95bb084619be0e65 [diff] [blame] |
patch 8.1.1997: no redraw after a popup window filter is invoked Problem: No redraw after a popup window filter is invoked. Solution: Redraw if needed.
diff --git a/src/version.c b/src/version.c index 9610b1a..d933bff 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1997, +/**/ 1996, /**/ 1995,