mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
baab7c0865
commit
20e045f781
@@ -3653,4 +3653,4 @@ EXTERN char e_wrong_character_width_for_field_str[]
|
||||
EXTERN char e_winfixbuf_cannot_go_to_buffer[]
|
||||
INIT(= N_("E1513: Cannot switch buffer. 'winfixbuf' is enabled"));
|
||||
EXTERN char e_invalid_return_type_from_findexpr[]
|
||||
INIT(= N_("E1514: findexpr did not return a List type"));
|
||||
INIT(= N_("E1514: 'findexpr' did not return a List type"));
|
||||
|
Reference in New Issue
Block a user