From 3908ef5017a6b4425727013588f72cc7343199b9 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Tue, 8 Feb 2022 12:08:07 +0000 Subject: 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) --- src/option.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index c79eb0bdd..ebbf94b06 100644 --- a/src/option.h +++ b/src/option.h @@ -356,6 +356,11 @@ typedef enum { #define WIM_LIST 0x04 #define WIM_BUFLASTUSED 0x08 +// flags for the 'wildoptions' option +// each defined char should be unique over all values. +#define WOP_TAGFILE 't' +#define WOP_PUM 'p' + // arguments for can_bs() // each defined char should be unique over all values // except for BS_START, that intentionally also matches BS_NOSTOP -- cgit v1.2.1