diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 2 | ||||
-rw-r--r-- | runtime/doc/ui.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 32783f0851..dfffe33b1f 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6079,7 +6079,7 @@ nr2char({expr} [, {utf8}]) *nr2char()* characters. nr2char(0) is a real NUL and terminates the string, thus results in an empty string. -nvim_...({...}) *nvim_...()* *eval-api* +nvim_...({...}) *E5555* *nvim_...()* *eval-api* Call nvim |api| functions. The type checking of arguments will be stricter than for most other builtins. For instance, if Integer is expected, a |Number| must be passed in, a diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 60d55bda61..ca10edccba 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -702,6 +702,8 @@ events, which the UI must handle. "echo" |:echo| message "echomsg" |:echomsg| message "echoerr" |:echoerr| message + "lua_error" Error in |:lua| code + "rpc_error" Error response from |rpcrequest()| "return_prompt" |press-enter| prompt after a multiple messages "quickfix" Quickfix navigation message "wmsg" Warning ("search hit BOTTOM", |W10|, …) |