0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.2192: cannot easily fill the info popup asynchronously

Problem:    Cannot easily fill the info popup asynchronously.
Solution:   Add the "popuphidden" value to 'completeopt'. (closes #4924)
This commit is contained in:
Bram Moolenaar
2019-10-20 18:17:57 +02:00
parent 88d3d09e07
commit dca7abe79c
15 changed files with 195 additions and 28 deletions

View File

@@ -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