1
0
forked from aniani/vim

patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off

Problem:    Shift-Tab shows matches on cmdline when 'wildmenu' is off.
Solution:   Only show matches when 'wildmode' contains "list". (closes #10951)
This commit is contained in:
Bram Moolenaar
2022-08-21 18:38:21 +01:00
parent e24a14118c
commit 300175fd7f
3 changed files with 26 additions and 1 deletions

View File

@@ -731,6 +731,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
238,
/**/
237,
/**/