File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- *usr_11.txt* For Vim バージョン 9.1. Last change: 2020 Oct 25
1+ *usr_11.txt* For Vim バージョン 9.1. Last change: 2025 Jun 03
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -138,8 +138,8 @@ vimdiff (|08.7|) が便利です。例: >
138138 vim -r .help.txt.swo
139139
140140 これはスワップファイルが本来の場所以外にあるときも便利です。
141- Vim は *.s[uvw][a-z] のパターンにマッチするファイルをスワップファイルとして認
142- 識します 。
141+ Vim は " *.s[uvw][a-z]" のパターンにマッチするファイルをスワップファイルとして
142+ 認識します 。
143143
144144うまく動作しない場合は、Vim が表示したファイル名を見て、それにしたがってファイ
145145ル名を変更してください。'directory' オプションを確認し、スワップファイルが保存
Original file line number Diff line number Diff line change 1- *usr_11.txt* For Vim version 9.1. Last change: 2020 Oct 25
1+ *usr_11.txt* For Vim version 9.1. Last change: 2025 Jun 03
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -127,7 +127,7 @@ Example: >
127127 vim -r .help.txt.swo
128128
129129 This is also handy when the swap file is in another directory than expected.
130- Vim recognizes files with the pattern *.s[uvw][a-z] as swap files.
130+ Vim recognizes files with the pattern " *.s[uvw][a-z]" as swap files.
131131
132132If this still does not work, see what file names Vim reports and rename the
133133files accordingly. Check the 'directory' option to see where Vim may have
You can’t perform that action at this time.
0 commit comments