Skip to content

Commit ef6472b

Browse files
authored
Merge pull request #531 from hiromi-mi/update_usr_11
Update usr_11.{txt,jax}
2 parents 6e63f35 + 6ef0ebf commit ef6472b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/usr_11.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_11.txt* For Vim バージョン 8.1. Last change: 2019 Feb 04
1+
*usr_11.txt* For Vim バージョン 8.1. Last change: 2019 Apr 28
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -217,6 +217,13 @@ Vim には、うっかりミスを防止するための仕組みがあります
217217
スワップファイルよりも新しいです! ~
218218

219219

220+
NOTE 以下の状況では、Vimはスワップファイルが有用ではないことを知っているので、
221+
自動的にそれを削除するでしょう:
222+
- ファイルが有効なスワップファイルである (マジックナンバーが正しい)。
223+
- ファイル変更済みのフラグが立っていない。
224+
- プロセスが実行中でない。
225+
226+
220227
読めないスワップファイル
221228
------------------------
222229

en/usr_11.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_11.txt* For Vim version 8.1. Last change: 2019 Feb 04
1+
*usr_11.txt* For Vim version 8.1. Last change: 2019 Apr 28
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -205,6 +205,13 @@ something wrong. It may be one of these two situations.
205205
NEWER than swap file! ~
206206

207207

208+
NOTE that in the following situation Vim knows the swap file is not useful and
209+
will automatically delete it:
210+
- The file is a valid swap file (Magic number is correct).
211+
- The flag that the file was modified is not set.
212+
- The process is not running.
213+
214+
208215
UNREADABLE SWAP FILE
209216

210217
Sometimes the line

0 commit comments

Comments
 (0)