]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0774: "shellcmdline" doesn't work with getcompletion() v9.1.0774
authorzeertzjq <zeertzjq@outlook.com>
Thu, 10 Oct 2024 17:14:13 +0000 (19:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 10 Oct 2024 17:14:13 +0000 (19:14 +0200)
commit85f36d61e09b12d6f1c60201129823371daa4a84
tree50046a13bc52293b659666f73fd7c3f3977d100a
parente58e9015cc431b79d88af4daec838519a8e296d6
patch 9.1.0774: "shellcmdline" doesn't work with getcompletion()

Problem:  "shellcmdline" doesn't work with getcompletion().
Solution: Use set_context_for_wildcard_arg() (zeertzjq).

closes: #15834

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c