File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -970,6 +970,7 @@ Blob 操作: *blob-functions*
970
970
readdir() ディレクトリ内のファイル名のリストを得る
971
971
readdirex() ディレクトリ内のファイル情報のリストを得る
972
972
writefile() 行のリストまたは Blob をファイルに書き込む
973
+ filecopy() ファイル {from} を {to} へコピーする
973
974
974
975
日付と時刻: *date-functions* *time-functions*
975
976
getftime() ファイルの最終更新日時を得る
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -993,6 +993,7 @@ System functions and manipulation of files:
993
993
readdir() get a List of file names in a directory
994
994
readdirex() get a List of file information in a directory
995
995
writefile() write a List of lines or Blob into a file
996
+ filecopy() copy a file {from} to {to}
996
997
997
998
Date and Time: *date-functions* *time-functions*
998
999
getftime() get last modification time of a file
You can’t perform that action at this time.
0 commit comments