diff --git a/doc/usr_11.jax b/doc/usr_11.jax index b947d1812..bba872af0 100644 --- a/doc/usr_11.jax +++ b/doc/usr_11.jax @@ -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 @@ -138,8 +138,8 @@ vimdiff (|08.7|) が便利です。例: > vim -r .help.txt.swo これはスワップファイルが本来の場所以外にあるときも便利です。 -Vim は *.s[uvw][a-z] のパターンにマッチするファイルをスワップファイルとして認 -識します。 +Vim は "*.s[uvw][a-z]" のパターンにマッチするファイルをスワップファイルとして +認識します。 うまく動作しない場合は、Vim が表示したファイル名を見て、それにしたがってファイ ル名を変更してください。'directory' オプションを確認し、スワップファイルが保存 diff --git a/en/usr_11.txt b/en/usr_11.txt index 9ba6f4420..19851b530 100644 --- a/en/usr_11.txt +++ b/en/usr_11.txt @@ -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 @@ -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