mirror of
https://github.com/vim/vim.git
synced 2025-10-11 06:34:16 -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:
@@ -88,7 +88,6 @@ static char *(history_names[]) =
|
||||
NULL
|
||||
};
|
||||
|
||||
#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
|
||||
/*
|
||||
* Function given to ExpandGeneric() to obtain the possible first
|
||||
* arguments of the ":history command.
|
||||
@@ -112,7 +111,6 @@ get_history_arg(expand_T *xp UNUSED, int idx)
|
||||
return (char_u *)"all";
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* init_history() - Initialize the command line history.
|
||||
|
Reference in New Issue
Block a user