]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument v9.1.0821
authorzeertzjq <zeertzjq@outlook.com>
Mon, 28 Oct 2024 21:05:26 +0000 (22:05 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 28 Oct 2024 21:05:26 +0000 (22:05 +0100)
commit20e045f78148c0ef0143c33ffe686fee72d29376
tree6429282d46880d3a57b574ed8f3370c9ce62cade
parentbaab7c08653a4e1b7227d6426d96cab030ccf9e8
patch 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument

Problem:  'findexpr' completion doesn't set v:fname to cmdline argument.
Solution: Set v:fname to the cmdline argument as-is (zeertzjq).

closes: #15934

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
runtime/doc/options.txt
runtime/doc/tags
src/cmdexpand.c
src/errors.h
src/evalvars.c
src/ex_docmd.c
src/testdir/test_findfile.vim
src/version.c
src/vim.h