comparison runtime/doc/usr_41.txt @ 16267:b471858040bc

Update runtime files. commit https://github.com/vim/vim/commit/62e1bb4a111e7ce570c30965f40a68a07a9da5b0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 8 16:25:07 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Apr 2019 16:30:06 +0200
parents 219c58b3879c
children 8c3a1bd270bb
comparison
equal deleted inserted replaced
16266:a904f7ffa001 16267:b471858040bc
1 *usr_41.txt* For Vim version 8.1. Last change: 2019 Mar 29 1 *usr_41.txt* For Vim version 8.1. Last change: 2019 Apr 06
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
773 rename() rename a file 773 rename() rename a file
774 system() get the result of a shell command as a string 774 system() get the result of a shell command as a string
775 systemlist() get the result of a shell command as a list 775 systemlist() get the result of a shell command as a list
776 hostname() name of the system 776 hostname() name of the system
777 readfile() read a file into a List of lines 777 readfile() read a file into a List of lines
778 readdir() get a List of file names in a directory
778 writefile() write a List of lines or Blob into a file 779 writefile() write a List of lines or Blob into a file
779 780
780 Date and Time: *date-functions* *time-functions* 781 Date and Time: *date-functions* *time-functions*
781 getftime() get last modification time of a file 782 getftime() get last modification time of a file
782 localtime() get current time in seconds 783 localtime() get current time in seconds