From 0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Aug 2019 22:26:31 +0200 Subject: 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. --- src/tag.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index ec44516086..64b30572a7 100644 --- a/src/tag.c +++ b/src/tag.c @@ -3859,7 +3859,6 @@ tagstack_clear_entry(taggy_T *item) VIM_CLEAR(item->user_data); } -#if defined(FEAT_CMDL_COMPL) || defined(PROTO) int expand_tags( int tagnames, /* expand tag names */ @@ -3907,7 +3906,6 @@ expand_tags( } return ret; } -#endif #if defined(FEAT_EVAL) || defined(PROTO) /* -- cgit v1.2.3