commit | 0b565e5da5c05890c2008b18bb5262638bf804f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 14 23:08:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 14 23:08:32 2018 +0200 |
tree | feec4637050963b047be08543c5bfe54abe003f3 | |
parent | 1af6a4b891abd30f6bd09b15fb609e5db450392e [diff] [blame] |
patch 8.0.1842: popup menu inside terminal window isn't cleared Problem: Popup menu inside terminal window isn't cleared. Solution: Use NOT_VALID in pum_undisplay(). (suggested by Christian Brabandt, closes #2908)
diff --git a/src/version.c b/src/version.c index 67a6acf..af967d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1842, +/**/ 1841, /**/ 1840,