From b93cb481a20972c6af330de3e8974f641bccb355 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 14 Jul 2022 14:47:25 +0800 Subject: feat(eval)!: input() support any type for "cancelreturn" in a dict (#19357) --- runtime/doc/vim_diff.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 8e853aaf9e..d692fcfc37 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -350,7 +350,8 @@ Commands: Functions: |input()| and |inputdialog()| support for each other’s features (return on cancel and completion respectively) via dictionary argument (replaces all - other arguments if used). + other arguments if used), and "cancelreturn" can have any type if passed in + a dictionary. |input()| and |inputdialog()| support user-defined cmdline highlighting. Highlight groups: -- cgit