Skip to content

Update usr_41.{txt,jax} #1562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 May 07
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Jun 03

VIM USER MANUAL - by Bram Moolenaar

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

日付と時刻: *date-functions* *time-functions*
getftime() ファイルの最終更新日時を得る
Expand Down
3 changes: 2 additions & 1 deletion en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 9.1. Last change: 2024 May 07
*usr_41.txt* For Vim version 9.1. Last change: 2024 Jun 03

VIM USER MANUAL - by Bram Moolenaar

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

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