1
0
forked from aniani/vim

runtime(doc): Fix typos in reltime() help. (#13818)

Signed-off-by: Lifepillar <lifepillar@lifepillar.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Lifepillar
2024-01-05 17:44:57 +01:00
committed by GitHub
parent c79646dfb1
commit 963fd7d6e5

View File

@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2024 Jan 04 *builtin.txt* For Vim version 9.1. Last change: 2024 Jan 05
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7388,9 +7388,9 @@ reltime({start}, {end}) *reltime()*
echo startTime->reltime()->reltimestr() echo startTime->reltime()->reltimestr()
< <
Without an argument reltime() returns the current time (the Without an argument reltime() returns the current time (the
representation is system-dependent, it can not be used as the representation is system-dependent, it cannot be used as the
wall-clock time, see |localtime()| for that). wall-clock time, see |localtime()| for that).
With one argument is returns the time passed since the time With one argument it returns the time passed since the time
specified in the argument. specified in the argument.
With two arguments it returns the time passed between {start} With two arguments it returns the time passed between {start}
and {end}. and {end}.