mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
46cb85691c
commit
419c946f03
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user