]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0089: fuzzy argument completion doesn't work for shell commands v9.0.0089
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 26 Jul 2022 21:01:36 +0000 (22:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 21:01:36 +0000 (22:01 +0100)
commit7db3a8e3298bf7c7c3f74cc9c1add04f29e78d2d
tree19f71ae7d60a24136a029b9d12685924054d7a00
parent30e212dac1d29536883c36918a465a38d81d6413
patch 9.0.0089: fuzzy argument completion doesn't work for shell commands

Problem:    Fuzzy argument completion doesn't work for shell commands.
Solution:   Check for cmdidx not being CMD_bang. (Yegappan Lakshmanan,
            closes #10769)
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c