Skip to content

Commit

Permalink
Merge pull request #1420 from vim-jp/improve-writefile
Browse files Browse the repository at this point in the history
tsuyoshicho authored Jan 27, 2024
2 parents e1ad897 + b16861f commit b6d25e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -10538,7 +10538,7 @@ writefile({object}, {fname} [, {flags}])
:call writefile(["foo"], "event.log", "a")
:call writefile(["bar"], "event.log", "a")
<
'D' 現在の機能が終了したらファイルを削除する。これは次のよう
'D' 現在の関数が終了したらファイルを削除する。これは次のよう
に動作する: >
:defer delete({fname})
< 関数内にない場合は失敗する。|:defer| も参照。

0 comments on commit b6d25e9

Please sign in to comment.