diff src/vim.h @ 27597:4eb2bf8b2f27 v8.2.4325

patch 8.2.4325: 'wildmenu' only shows few matches Commit: https://github.com/vim/vim/commit/3908ef5017a6b4425727013588f72cc7343199b9 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Feb 8 12:08:07 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Feb 2022 13:15:05 +0100
parents 41a61dbb46d2
children 269f89efb06a
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -809,6 +809,8 @@ extern int (*dyn_libintl_wputenv)(const 
 #define WILD_ALL		6
 #define WILD_LONGEST		7
 #define WILD_ALL_KEEP		8
+#define WILD_CANCEL		9
+#define WILD_APPLY		10
 
 #define WILD_LIST_NOTFOUND	    0x01
 #define WILD_HOME_REPLACE	    0x02