Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/editing.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -247,6 +247,7 @@ Vim はバッファが変更されたかどうかを記憶していて、変更
:fin[d][!] [++opt] [+cmd] {file}
オプション 'path' 内のディレクトリから {file} を探し、
それを |:edit| する。
'findfunc' も参照。

:{count}fin[d][!] [++opt] [+cmd] {file}
コマンド ":find" と同様だが、オプション 'path' 内のディ
Expand Down
3 changes: 2 additions & 1 deletion en/editing.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down