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