Skip to content

Commit fe098b9

Browse files
authored
Merge pull request #2301 from h-east/update-editing
Update editing.{txt,jax}
2 parents 75454eb + 3532667 commit fe098b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/editing.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+
*editing.txt* For Vim バージョン 9.1. Last change: 2025 Sep 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -247,6 +247,7 @@ Vim はバッファが変更されたかどうかを記憶していて、変更
247247
:fin[d][!] [++opt] [+cmd] {file}
248248
オプション 'path' 内のディレクトリから {file} を探し、
249249
それを |:edit| する。
250+
'findfunc' も参照。
250251

251252
:{count}fin[d][!] [++opt] [+cmd] {file}
252253
コマンド ":find" と同様だが、オプション 'path' 内のディ

en/editing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*editing.txt* For Vim version 9.1. Last change: 2025 Sep 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -247,6 +247,7 @@ If you want to keep the changed buffer without saving it, switch on the
247247
*:fin* *:find*
248248
:fin[d][!] [++opt] [+cmd] {file}
249249
Find {file} in 'path' and then |:edit| it.
250+
See also: 'findfunc'.
250251

251252
:{count}fin[d][!] [++opt] [+cmd] {file}
252253
Just like ":find", but use the {count} match in

0 commit comments

Comments
 (0)