mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
feat(eval)!: input() support any type for "cancelreturn" in a dict (#19357)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user