diff --git a/doc/editing.jax b/doc/editing.jax index ec88608eb..1714a42f1 100644 --- a/doc/editing.jax +++ b/doc/editing.jax @@ -1,4 +1,4 @@ -*editing.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06 +*editing.txt* For Vim バージョン 9.1. Last change: 2025 Sep 09 VIMリファレンスマニュアル by Bram Moolenaar @@ -247,6 +247,7 @@ Vim はバッファが変更されたかどうかを記憶していて、変更 :fin[d][!] [++opt] [+cmd] {file} オプション 'path' 内のディレクトリから {file} を探し、 それを |:edit| する。 + 'findfunc' も参照。 :{count}fin[d][!] [++opt] [+cmd] {file} コマンド ":find" と同様だが、オプション 'path' 内のディ diff --git a/en/editing.txt b/en/editing.txt index aeb615c4a..022bdee1b 100644 --- a/en/editing.txt +++ b/en/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 9.1. Last change: 2025 Aug 06 +*editing.txt* For Vim version 9.1. Last change: 2025 Sep 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -247,6 +247,7 @@ If you want to keep the changed buffer without saving it, switch on the *:fin* *:find* :fin[d][!] [++opt] [+cmd] {file} Find {file} in 'path' and then |:edit| it. + See also: 'findfunc'. :{count}fin[d][!] [++opt] [+cmd] {file} Just like ":find", but use the {count} match in