diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-18 22:26:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-18 22:26:31 +0200 |
commit | 0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a (patch) | |
tree | 9860863c20df3f5354bf67a1d7efe054e23e8a99 /src/sign.c | |
parent | 66b51420e0c8d49bcf6786b792c938d6099e3393 (diff) | |
download | vim-git-0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a.tar.gz |
patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887
Problem: The +cmdline_compl feature is not in the tiny version.
Solution: Graduate the +cmdline_compl feature.
Diffstat (limited to 'src/sign.c')
-rw-r--r-- | src/sign.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sign.c b/src/sign.c index 9a7ca21ba..7628fcefd 100644 --- a/src/sign.c +++ b/src/sign.c @@ -1878,7 +1878,6 @@ free_signs(void) sign_undefine(first_sign, NULL); } -# if defined(FEAT_CMDL_COMPL) || defined(PROTO) static enum { EXP_SUBCMD, // expand :sign sub-commands @@ -2107,7 +2106,6 @@ set_context_in_sign_cmd(expand_T *xp, char_u *arg) } } } -# endif /* * Define a sign using the attributes in 'dict'. Returns 0 on success and -1 on |