mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
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:
@@ -61,7 +61,7 @@
|
|||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "misc1.c.generated.h"
|
# include "misc1.c.generated.h"
|
||||||
#endif
|
#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;
|
static garray_T ga_users = GA_EMPTY_INIT_VALUE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user