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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -138,8 +138,8 @@ vimdiff (|08.7|) が便利です。例: >
138
138
vim -r .help.txt.swo
139
139
140
140
これはスワップファイルが本来の場所以外にあるときも便利です。
141
- Vim は *.s[uvw][a-z] のパターンにマッチするファイルをスワップファイルとして認
142
- 識します 。
141
+ Vim は " *.s[uvw][a-z]" のパターンにマッチするファイルをスワップファイルとして
142
+ 認識します 。
143
143
144
144
うまく動作しない場合は、Vim が表示したファイル名を見て、それにしたがってファイ
145
145
ル名を変更してください。'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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -127,7 +127,7 @@ Example: >
127
127
vim -r .help.txt.swo
128
128
129
129
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.
131
131
132
132
If this still does not work, see what file names Vim reports and rename the
133
133
files accordingly. Check the 'directory' option to see where Vim may have
You can’t perform that action at this time.
0 commit comments