commit | 300175fd7f874be78826a00f5cb60a7ec2f20655 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 18:38:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 18:38:21 2022 +0100 |
tree | 8ebcb4ac031d63c6144810748f397f2177bd924c | |
parent | e24a14118c29d910d3be59203332768b5fbd93e8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3788596..289d0e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 238, +/**/ 237, /**/ 236,