diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-09-06 03:43:13 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-09-06 03:43:13 -0400 |
commit | fe06e2a4a076d698e921411608d7a6cbe8877175 (patch) | |
tree | 27c2d5add6689ce2981e5faa175947102dc3748c | |
parent | d9d2c2fcc0a6e371355a8f2942cf8cb0f3189385 (diff) | |
download | rneovim-fe06e2a4a076d698e921411608d7a6cbe8877175.tar.gz rneovim-fe06e2a4a076d698e921411608d7a6cbe8877175.tar.bz2 rneovim-fe06e2a4a076d698e921411608d7a6cbe8877175.zip |
doc
-rw-r--r-- | runtime/doc/eval.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 6678b273e0..c95464c02a 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5481,12 +5481,9 @@ reltime([{start} [, {end}]]) *reltime()* |reltimestr()| to convert it to a string or |reltimefloat()| to convert to a float. - Without an argument it returns the current "relative time", - an implementation-dependent value meaningful only in the - context of: - 1. comparison with other reltime() results - 2. |reltimestr()| - 3. |reltimefloat()| + Without an argument it returns the current "relative time", an + implementation-defined value meaningful only when used as an + argument to |reltime()|, |reltimestr()| and |reltimefloat()|. With one argument it returns the time passed since the time specified in the argument. |