File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -217,6 +217,13 @@ Vim には、うっかりミスを防止するための仕組みがあります
217
217
スワップファイルよりも新しいです! ~
218
218
219
219
220
+ NOTE 以下の状況では、Vimはスワップファイルが有用ではないことを知っているので、
221
+ 自動的にそれを削除するでしょう:
222
+ - ファイルが有効なスワップファイルである (マジックナンバーが正しい)。
223
+ - ファイル変更済みのフラグが立っていない。
224
+ - プロセスが実行中でない。
225
+
226
+
220
227
読めないスワップファイル
221
228
------------------------
222
229
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -205,6 +205,13 @@ something wrong. It may be one of these two situations.
205
205
NEWER than swap file! ~
206
206
207
207
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
+
208
215
UNREADABLE SWAP FILE
209
216
210
217
Sometimes the line
You can’t perform that action at this time.
0 commit comments