commit | 3908ef5017a6b4425727013588f72cc7343199b9 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Feb 08 12:08:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 12:08:07 2022 +0000 |
tree | e70cbd04c972b1566a45e8536210e1334e1b0373 | |
parent | 3787f26c2ed33732a36f26ebe46faeebfe0151af [diff] [blame] |
patch 8.2.4325: 'wildmenu' only shows few matches Problem: 'wildmenu' only shows few matches. Solution: Add the "pum" option: use a popup menu to show the matches. (Yegappan Lakshmanan et al., closes #9707)
diff --git a/src/version.c b/src/version.c index cefbd40..ff7f2f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4325, +/**/ 4324, /**/ 4323,