]> granicus.if.org Git - vim/commit
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' v9.0.0279
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2022 15:58:51 +0000 (16:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2022 15:58:51 +0000 (16:58 +0100)
commit5416232707349d5f24294178f47544f2024b73ed
treeffd1dfb8b7cef3e448a4b6d08644fce7d45931ab
parent074fbd413172edc6f4936296a28bf8fd5cdfa38b
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.
14 files changed:
runtime/doc/options.txt
runtime/doc/various.txt
src/cmdexpand.c
src/drawscreen.c
src/evalfunc.c
src/ex_getln.c
src/feature.h
src/globals.h
src/highlight.c
src/option.h
src/optiondefs.h
src/popupmenu.c
src/screen.c
src/version.c