Commit: runtime(doc): fix example output of cosh

1 view
Skip to first unread message

Christian Brabandt

unread,
Sep 1, 2026, 3:15:14 PM (yesterday) Sep 1
to vim...@googlegroups.com
runtime(doc): fix example output of cosh

Commit: https://github.com/vim/vim/commit/fac9e333a8d38e7049e6628e0f5157f4b7c44d2c
Author: Eisuke Kawashima <e-k...@users.noreply.github.com>
Date: Tue Sep 1 19:04:48 2026 +0000

runtime(doc): fix example output of cosh

closes: https://github.com/vim/vim/issues/21197

Signed-off-by: Eisuke Kawashima <e-k...@users.noreply.github.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index b13bf6b4f..e4e35752d 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt* For Vim version 9.2. Last change: 2026 Aug 25
+*builtin.txt* For Vim version 9.2. Last change: 2026 Sep 01


VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2242,7 +2242,7 @@ cosh({expr}) *cosh()*
:echo cosh(0.5)
< 1.127626 >
:echo cosh(-0.5)
-< -1.127626
+< 1.127626

Can also be used as a |method|: >
Compute()->cosh()
Reply all
Reply to author
Forward
0 new messages