aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/builtin.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-08-01 11:50:38 +0800
committerGitHub <noreply@github.com>2024-08-01 03:50:38 +0000
commit2b4049719ab6cc01afcde3b5be7ba33fd1e33ab4 (patch)
treecf078dea473e3d23d9b146d25834bc745cebc680 /runtime/doc/builtin.txt
parent02eaf7c4c10f08a73c2d9e2618918f424ac18fd2 (diff)
downloadrneovim-2b4049719ab6cc01afcde3b5be7ba33fd1e33ab4.tar.gz
rneovim-2b4049719ab6cc01afcde3b5be7ba33fd1e33ab4.tar.bz2
rneovim-2b4049719ab6cc01afcde3b5be7ba33fd1e33ab4.zip
vim-patch:partial:f10911e: Update runtime files (#29936)
https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063 Also cherry-pick E1142 and E1156 tags from Vim. Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r--runtime/doc/builtin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 4ef1573494..ad50d271b6 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -224,12 +224,12 @@ assert_fails({cmd} [, {error} [, {msg} [, {lnum} [, {context}]]]])
<
If {msg} is empty then it is not used. Do this to get the
default message when passing the {lnum} argument.
-
+ *E1115*
When {lnum} is present and not negative, and the {error}
argument is present and matches, then this is compared with
the line number at which the error was reported. That can be
the line number in a function or in a script.
-
+ *E1116*
When {context} is present it is used as a pattern and matched
against the context (script name or function name) where
{lnum} is located in.
@@ -8498,7 +8498,7 @@ test_garbagecollect_now() *test_garbagecollect_now()*
Like |garbagecollect()|, but executed right away. This must
only be called directly to avoid any structure to exist
internally, and |v:testing| must have been set before calling
- any function.
+ any function. *E1142*
timer_info([{id}]) *timer_info()*
Return a list with information about timers.