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/feature.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/feature.h') diff --git a/src/feature.h b/src/feature.h index a8ae37663d..1c5128a7d6 100644 --- a/src/feature.h +++ b/src/feature.h @@ -105,6 +105,7 @@ * +virtualedit 'virtualedit' option and its implementation * +user_commands Allow the user to define his own commands. * +multi_byte Generic multi-byte character handling. + * +cmdline_compl completion of mappings/abbreviations in cmdline mode. * * Obsolete: * +tag_old_static Old style static tags: "file:tag file ..". @@ -177,14 +178,6 @@ # define FEAT_INS_EXPAND #endif -/* - * +cmdline_compl completion of mappings/abbreviations in cmdline mode. - * Takes a few Kbyte of code. - */ -#ifdef FEAT_NORMAL -# define FEAT_CMDL_COMPL -#endif - #ifdef FEAT_NORMAL # define VIM_BACKTICK /* internal backtick expansion */ #endif -- cgit v1.2.3