vim-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.
0a52df50a0
This commit is contained in:
Jan Edmund Lazo 2019-08-19 20:04:23 -04:00
parent 46cb85691c
commit 419c946f03
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -61,7 +61,7 @@
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "misc1.c.generated.h"
#endif
/* All user names (for ~user completion as done by shell). */
// All user names (for ~user completion as done by shell).
static garray_T ga_users = GA_EMPTY_INIT_VALUE;
/*