summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-18 22:26:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-18 22:26:31 +0200
commit0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a (patch)
tree9860863c20df3f5354bf67a1d7efe054e23e8a99 /src/misc2.c
parent66b51420e0c8d49bcf6786b792c938d6099e3393 (diff)
downloadvim-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/misc2.c')
-rw-r--r--src/misc2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/misc2.c b/src/misc2.c
index db3687d71..9fd8dfd75 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1108,9 +1108,7 @@ free_all_mem(void)
free_all_marks();
alist_clear(&global_alist);
free_homedir();
-# if defined(FEAT_CMDL_COMPL)
free_users();
-# endif
free_search_patterns();
free_old_sub();
free_last_insert();
@@ -3041,7 +3039,6 @@ get_special_key_code(char_u *name)
return 0;
}
-#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
char_u *
get_key_name(int i)
{
@@ -3049,7 +3046,6 @@ get_key_name(int i)
return NULL;
return key_names_table[i].name;
}
-#endif
#if defined(FEAT_MOUSE) || defined(PROTO)
/*