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.
This commit is contained in:
Bram Moolenaar
2022-08-26 16:58:51 +01:00
parent 074fbd4131
commit 5416232707
14 changed files with 19 additions and 122 deletions

View File

@ -119,6 +119,7 @@
* +file_in_path "gf" and "<cfile>" 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.