Skip to content

Commit 80981e1

Browse files
girishjichrisbra
authored andcommitted
runtime(doc): mention 'findfunc' at :h :find
fixes: #18250 related: #18253 Signed-off-by: Girish Palya <girishji@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 12b9431 commit 80981e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/doc/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)