]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1157: command completion wrong for input() v9.1.1157
authorJim Zhou <csd_189@163.com>
Thu, 27 Feb 2025 18:29:50 +0000 (19:29 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 27 Feb 2025 18:29:50 +0000 (19:29 +0100)
commit3255af850e8bab35c30fce4177bb5ba4a941e6ce
tree567a0720eab9d74d9aec696b0abfc40f2148ca19
parent85a50fe825ba11a35ce654f7313b4350e3ba4b52
patch 9.1.1157: command completion wrong for input()

Problem:  command completion wrong for input()
          (Cdrman Fu)
Solution: Set commandline completion context explicitly
          (Jim Zhou)

fixes #16723
closes: #16733

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