aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
author0x74696d6d79 <34635512+tzx@users.noreply.github.com>2022-06-28 05:53:15 -0400
committerGitHub <noreply@github.com>2022-06-28 02:53:15 -0700
commitee6b21e8430ea810ba2e3e9163b941386a2e1d65 (patch)
tree144e681d0e7fc79107dcbffb91a2eed6bd5a25cf /runtime/doc
parent014a88799a1d175ad121c520c9cc5bd0bb2d8813 (diff)
downloadrneovim-ee6b21e8430ea810ba2e3e9163b941386a2e1d65.tar.gz
rneovim-ee6b21e8430ea810ba2e3e9163b941386a2e1d65.tar.bz2
rneovim-ee6b21e8430ea810ba2e3e9163b941386a2e1d65.zip
fix(vim.ui.input): accept nil or empty "opts" #19109
Fix #18143
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lua.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index b79699c89b..0e72e89672 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -1935,8 +1935,7 @@ input({opts}, {on_confirm}) *vim.ui.input()*
Parameters: ~
{opts} (table) Additional options. See |input()|
- • prompt (string|nil) Text of the prompt.
- Defaults to `Input:`.
+ • prompt (string|nil) Text of the prompt
• default (string|nil) Default reply to the
input
• completion (string|nil) Specifies type of