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:
@@ -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
|
||||||
@@ -7390,7 +7390,7 @@ reltime({start}, {end}) *reltime()*
|
|||||||
Without an argument reltime() returns the current time (the
|
Without an argument reltime() returns the current time (the
|
||||||
representation is system-dependent, it cannot 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}.
|
||||||
|
Reference in New Issue
Block a user