forked from aniani/vim
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature.
This commit is contained in:
@@ -926,9 +926,7 @@ char_u *p_vfile = (char_u *)""; // used before options are initialized
|
||||
extern char_u *p_vfile; // 'verbosefile'
|
||||
#endif
|
||||
EXTERN int p_warn; // 'warn'
|
||||
#ifdef FEAT_CMDL_COMPL
|
||||
EXTERN char_u *p_wop; // 'wildoptions'
|
||||
#endif
|
||||
EXTERN long p_window; // 'window'
|
||||
#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MOTIF) || defined(LINT) \
|
||||
|| defined (FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON)
|
||||
|
||||
Reference in New Issue
Block a user