0
0
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:
Bram Moolenaar
2019-08-18 22:26:31 +02:00
parent 66b51420e0
commit 0a52df50a0
29 changed files with 37 additions and 198 deletions

View File

@@ -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}"
*/