Skip to content

Commit ba7a1cf

Browse files
committed
Update usr_11.{txt,jax}
1 parent f08006e commit ba7a1cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/usr_11.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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' オプションを確認し、スワップファイルが保存

en/usr_11.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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

0 commit comments

Comments
 (0)