summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index e92352c65..43eecf090 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2112,6 +2112,13 @@ typedef enum {
FLUSH_INPUT // flush typebuf and inchar() input
} flush_buffers_T;
+// Argument for prepare_tagpreview()
+typedef enum {
+ USEPOPUP_NONE,
+ USEPOPUP_NORMAL, // use info popup
+ USEPOPUP_HIDDEN // use info popup initially hidden
+} use_popup_T;
+
#include "ex_cmds.h" // Ex command defines
#include "spell.h" // spell checking stuff