mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -555,7 +555,7 @@ typedef struct expand
|
||||
int xp_context; // type of expansion
|
||||
char_u *xp_pattern; // start of item to expand
|
||||
int xp_pattern_len; // bytes in xp_pattern before cursor
|
||||
#if defined(FEAT_EVAL) && defined(FEAT_CMDL_COMPL)
|
||||
#if defined(FEAT_EVAL)
|
||||
char_u *xp_arg; // completion function
|
||||
sctx_T xp_script_ctx; // SCTX for completion function
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user