mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
doc: add description for cancelreturn option in input()
This commit is contained in:
@@ -5361,9 +5361,8 @@ input({opts})
|
|||||||
prompt "" Same as {prompt} in the first form.
|
prompt "" Same as {prompt} in the first form.
|
||||||
default "" Same as {text} in the first form.
|
default "" Same as {text} in the first form.
|
||||||
completion nothing Same as {completion} in the first form.
|
completion nothing Same as {completion} in the first form.
|
||||||
cancelreturn "" Same as {cancelreturn} from
|
cancelreturn "" The value returned when the dialog is
|
||||||
|inputdialog()|. Also works with
|
cancelled.
|
||||||
input().
|
|
||||||
highlight nothing Highlight handler: |Funcref|.
|
highlight nothing Highlight handler: |Funcref|.
|
||||||
|
|
||||||
The highlighting set with |:echohl| is used for the prompt.
|
The highlighting set with |:echohl| is used for the prompt.
|
||||||
|
|||||||
Reference in New Issue
Block a user