comparison runtime/doc/builtin.txt @ 29314:f8116058ca76 v9.0.0000

release version 9.0 Commit: https://github.com/vim/vim/commit/eb49041875118be5fe60f07750c7c86cb26dccef Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 28 13:44:46 2022 +0100 release version 9.0 Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 14:45:09 +0200
parents 0b1d7e910b23
children 03e3b0034e31
comparison
equal deleted inserted replaced
29313:4adb174f9e21 29314:f8116058ca76
1 *builtin.txt* For Vim version 8.2. Last change: 2022 Jun 27 1 *builtin.txt* For Vim version 9.0. Last change: 2022 Jun 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6933 list<any> can be used. 6933 list<any> can be used.
6934 The item can be passed to |reltimestr()| to convert it to a 6934 The item can be passed to |reltimestr()| to convert it to a
6935 string or |reltimefloat()| to convert to a Float. 6935 string or |reltimefloat()| to convert to a Float.
6936 6936
6937 Without an argument reltime() returns the current time (the 6937 Without an argument reltime() returns the current time (the
6938 representation is system-dependend, it can not be used as the 6938 representation is system-dependent, it can not be used as the
6939 wall-clock time, see |localtime()| for that). 6939 wall-clock time, see |localtime()| for that).
6940 With one argument is returns the time passed since the time 6940 With one argument is returns the time passed since the time
6941 specified in the argument. 6941 specified in the argument.
6942 With two arguments it returns the time passed between {start} 6942 With two arguments it returns the time passed between {start}
6943 and {end}. 6943 and {end}.