]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1226: "shellcmdline" completion doesn't work with input() v9.1.1226
authorzeertzjq <zeertzjq@outlook.com>
Wed, 19 Mar 2025 19:29:58 +0000 (20:29 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 19 Mar 2025 19:29:58 +0000 (20:29 +0100)
commit7a5115ce50c622caf91503f9d7fe09c3749b928b
tree10230714b185d9961a5e9f170c6e88a49e99c4a4
parente4e0a2468c78f67ea5ba356d71f2f1983b53b1c4
patch 9.1.1226: "shellcmdline" completion doesn't work with input()

Problem:  "shellcmdline" completion doesn't work with input().
Solution: Use set_context_for_wildcard_arg().  Fix indent in nextwild()
          (zeertzjq).

There are some other inconsistencies for input() completion (ref #948),
but since "shellcmdline" currently doesn't work at all, it makse sense
to at least make it work.

fixes: #16932
closes: #16934

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