summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/option.h b/src/option.h
index 71a599ef5..0461a648a 100644
--- a/src/option.h
+++ b/src/option.h
@@ -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)