diff options
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r-- | runtime/doc/lua.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index 018c6ce5a4..0bea2819c9 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -1355,9 +1355,9 @@ cmd({command}) *vim.cmd()* Parameters: ~ • {command} string|table Command(s) to execute. If a string, executes multiple lines of Vim script at once. In this case, it is - an alias to |nvim_exec()|, where `output` is set to false. - Thus it works identical to |:source|. If a table, executes - a single command. In this case, it is an alias to + an alias to |nvim_exec2()|, where `opts.output` is set to + false. Thus it works identical to |:source|. If a table, + executes a single command. In this case, it is an alias to |nvim_cmd()| where `opts` is empty. See also: ~ |