forked from aniani/vim
patch 8.1.1882: cannot specify properties of the info popup window
Problem: Cannot specify properties of the info popup window. Solution: Add the 'completepopup' option. Default to PmenuSel highlight.
This commit is contained in:
@@ -503,6 +503,7 @@ EXTERN int p_fs; // 'fsync'
|
||||
#endif
|
||||
EXTERN int p_gd; // 'gdefault'
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
EXTERN char_u *p_cpp; // 'completepopup'
|
||||
EXTERN char_u *p_pvp; // 'previewpopup'
|
||||
#endif
|
||||
#ifdef FEAT_PRINTER
|
||||
|
||||
Reference in New Issue
Block a user