]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 20:26:31 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 20:26:31 +0000 (22:26 +0200)
commit0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a
tree9860863c20df3f5354bf67a1d7efe054e23e8a99
parent66b51420e0c8d49bcf6786b792c938d6099e3393
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.
29 files changed:
runtime/doc/cmdline.txt
src/arglist.c
src/autocmd.c
src/buffer.c
src/cmdexpand.c
src/cmdhist.c
src/eval.c
src/evalfunc.c
src/ex_cmds2.c
src/ex_docmd.c
src/ex_getln.c
src/feature.h
src/globals.h
src/highlight.c
src/if_cscope.c
src/map.c
src/menu.c
src/misc1.c
src/misc2.c
src/option.c
src/option.h
src/sign.c
src/structs.h
src/syntax.c
src/tag.c
src/term.c
src/usercmd.c
src/userfunc.c
src/version.c