diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-14 14:47:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 14:47:25 +0800 |
commit | b93cb481a20972c6af330de3e8974f641bccb355 (patch) | |
tree | 3907c673ecb7c235f76dca6033101ace93e84dfc /runtime | |
parent | 778541067a2f0ec3ef4bc1b07def646323e852a9 (diff) | |
download | rneovim-b93cb481a20972c6af330de3e8974f641bccb355.tar.gz rneovim-b93cb481a20972c6af330de3e8974f641bccb355.tar.bz2 rneovim-b93cb481a20972c6af330de3e8974f641bccb355.zip |
feat(eval)!: input() support any type for "cancelreturn" in a dict (#19357)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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: |