Skip to content

Commit 7064a78

Browse files
authored
Merge pull request #1562 from vim-jp/hh-update-usr_41
Update usr_41.{txt,jax}
2 parents aa3d01d + 980490b commit 7064a78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 May 07
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Jun 03
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -970,6 +970,7 @@ Blob 操作: *blob-functions*
970970
readdir() ディレクトリ内のファイル名のリストを得る
971971
readdirex() ディレクトリ内のファイル情報のリストを得る
972972
writefile() 行のリストまたは Blob をファイルに書き込む
973+
filecopy() ファイル {from}{to} へコピーする
973974

974975
日付と時刻: *date-functions* *time-functions*
975976
getftime() ファイルの最終更新日時を得る

en/usr_41.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.1. Last change: 2024 May 07
1+
*usr_41.txt* For Vim version 9.1. Last change: 2024 Jun 03
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -993,6 +993,7 @@ System functions and manipulation of files:
993993
readdir() get a List of file names in a directory
994994
readdirex() get a List of file information in a directory
995995
writefile() write a List of lines or Blob into a file
996+
filecopy() copy a file {from} to {to}
996997

997998
Date and Time: *date-functions* *time-functions*
998999
getftime() get last modification time of a file

0 commit comments

Comments
 (0)