]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off v9.0.0238
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 17:38:21 +0000 (18:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 17:38:21 +0000 (18:38 +0100)
commit300175fd7f874be78826a00f5cb60a7ec2f20655
tree8ebcb4ac031d63c6144810748f397f2177bd924c
parente24a14118c29d910d3be59203332768b5fbd93e8
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)
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c