summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-02-08 12:08:07 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-08 12:08:07 +0000
commit3908ef5017a6b4425727013588f72cc7343199b9 (patch)
treee70cbd04c972b1566a45e8536210e1334e1b0373 /src/option.h
parent3787f26c2ed33732a36f26ebe46faeebfe0151af (diff)
downloadvim-git-3908ef5017a6b4425727013588f72cc7343199b9.tar.gz
patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325
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)
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h5
1 files changed, 5 insertions, 0 deletions
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