mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.1892: missing index entry and option menu for 'completepopup'
Problem: Missing index entry and option menu for 'completepopup'. Solution: Add the entries. Adjust #ifdefs to avoid dead code.
This commit is contained in:
@@ -503,7 +503,9 @@ EXTERN int p_fs; // 'fsync'
|
||||
#endif
|
||||
EXTERN int p_gd; // 'gdefault'
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
# ifdef FEAT_QUICKFIX
|
||||
EXTERN char_u *p_cpp; // 'completepopup'
|
||||
# endif
|
||||
EXTERN char_u *p_pvp; // 'previewpopup'
|
||||
#endif
|
||||
#ifdef FEAT_PRINTER
|
||||
|
Reference in New Issue
Block a user