Skip to content
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
6 changes: 3 additions & 3 deletions doc/usr_11.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_11.txt* For Vim バージョン 9.1. Last change: 2020 Oct 25
*usr_11.txt* For Vim バージョン 9.1. Last change: 2025 Jun 03

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -138,8 +138,8 @@ vimdiff (|08.7|) が便利です。例: >
vim -r .help.txt.swo

これはスワップファイルが本来の場所以外にあるときも便利です。
Vim は *.s[uvw][a-z] のパターンにマッチするファイルをスワップファイルとして認
識します
Vim は "*.s[uvw][a-z]" のパターンにマッチするファイルをスワップファイルとして
認識します

うまく動作しない場合は、Vim が表示したファイル名を見て、それにしたがってファイ
ル名を変更してください。'directory' オプションを確認し、スワップファイルが保存
Expand Down
4 changes: 2 additions & 2 deletions en/usr_11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_11.txt* For Vim version 9.1. Last change: 2020 Oct 25
*usr_11.txt* For Vim version 9.1. Last change: 2025 Jun 03

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -127,7 +127,7 @@ Example: >
vim -r .help.txt.swo

This is also handy when the swap file is in another directory than expected.
Vim recognizes files with the pattern *.s[uvw][a-z] as swap files.
Vim recognizes files with the pattern "*.s[uvw][a-z]" as swap files.

If this still does not work, see what file names Vim reports and rename the
files accordingly. Check the 'directory' option to see where Vim may have
Expand Down