Skip to content

Commit

Permalink
Merge pull request #1319 from vim-jp/hh-update-recover
Browse files Browse the repository at this point in the history
Update recover.{txt,jax}
  • Loading branch information
h-east authored Oct 6, 2023
2 parents 73f1937 + 56a54c4 commit 6aff123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/recover.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*recover.txt* For Vim バージョン 9.0. Last change: 2020 Aug 15
*recover.txt* For Vim バージョン 9.0. Last change: 2023 Apr 22


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -180,7 +180,7 @@ recoverコマンドにはファイル名かスワップファイル名を渡す
:rec[over]! [file] ":recover" と同じだが、現在のバッファに対するどんな変
更も失われる。

*E312* *E309* *E310*
*E312* *E309* *E310* *E1364*
Vimはスワップファイルが何らかの理由で壊れているときに、いくつかの対処を提供す
る。Vimが見つかったものに疑問を持った場合、エラーメッセージが与えられ、"???"
というテキストが一緒に行に挿入される。回復中にエラーメッセージを受け取ったら、
Expand Down
4 changes: 2 additions & 2 deletions en/recover.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*recover.txt* For Vim version 9.0. Last change: 2020 Aug 15
*recover.txt* For Vim version 9.0. Last change: 2023 Apr 22


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -176,7 +176,7 @@ the recover command:
:rec[over]! [file] Like ":recover", but any changes in the current
buffer are lost.

*E312* *E309* *E310*
*E312* *E309* *E310* *E1364*
Vim has some intelligence about what to do if the swap file is corrupt in
some way. If Vim has doubt about what it found, it will give an error
message and insert lines with "???" in the text. If you see an error message
Expand Down

0 comments on commit 6aff123

Please sign in to comment.