From 5416232707349d5f24294178f47544f2024b73ed Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 26 Aug 2022 16:58:51 +0100 Subject: patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' Problem: The tiny version has the popup menu but not 'wildmenu'. Solution: Graduate the wildmenu feature. --- src/feature.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/feature.h') diff --git a/src/feature.h b/src/feature.h index 529ada57a1..ebd5dbc252 100644 --- a/src/feature.h +++ b/src/feature.h @@ -119,6 +119,7 @@ * +file_in_path "gf" and "" commands. * +path_extra up/downwards searching in 'path' and 'tags'. * +wildignore 'wildignore' and 'backupskip' options + * +wildmenu 'wildmenu' option * * Obsolete: * +tag_old_static Old style static tags: "file:tag file ..". @@ -338,13 +339,6 @@ # define FEAT_BYTEOFF #endif -/* - * +wildmenu 'wildmenu' option - */ -#if defined(FEAT_NORMAL) -# define FEAT_WILDMENU -#endif - /* * +viminfo reading/writing the viminfo file. Takes about 8Kbyte * of code. -- cgit v1.2.3