diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-08-19 20:04:23 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-08-19 20:14:42 -0400 |
commit | 419c946f03824aff84aed0db27f3709bb697133f (patch) | |
tree | 6cdd71f0696f7e57905f2e37ea83cbdad9157304 | |
parent | 46cb85691c18f99af70de65d0168e972b1dc57dd (diff) | |
download | rneovim-419c946f03824aff84aed0db27f3709bb697133f.tar.gz rneovim-419c946f03824aff84aed0db27f3709bb697133f.tar.bz2 rneovim-419c946f03824aff84aed0db27f3709bb697133f.zip |
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.
https://github.com/vim/vim/commit/0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a
-rw-r--r-- | src/nvim/misc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index 44e2c7df5f..bb95cd5737 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -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; /* |