commit | a60053b8f4cc7e135ba9496a8f4855d26aee09e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 16:50:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 16:50:13 2020 +0200 |
tree | 250256fa3791a79b902c72ab6bff804a2710c63f | |
parent | 5b5aa11801c75fac18a587bea02dc7a8b5b90c4b [diff] [blame] |
patch 8.2.1580: wildmenu does not work properly Problem: Wildmenu does not work properly. Solution: Do not call may_do_incsearch_highlighting() if completion is in progress.
diff --git a/src/version.c b/src/version.c index f9198c7..8d20b46 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1580, +/**/ 1579, /**/ 1578,