mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -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:
@@ -2793,8 +2793,6 @@ get_expanded_name(char_u *name, int check)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
|
||||
|
||||
/*
|
||||
* Function given to ExpandGeneric() to obtain the list of user defined
|
||||
* function names.
|
||||
@@ -2838,8 +2836,6 @@ get_user_func_name(expand_T *xp, int idx)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif /* FEAT_CMDL_COMPL */
|
||||
|
||||
/*
|
||||
* ":delfunction {name}"
|
||||
*/
|
||||
|
Reference in New Issue
Block a user