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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user