diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-09-10 07:02:53 +0800 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-09-09 23:51:42 +0000 |
| commit | 5c6ea43da84d848ec9aaec7b494f081a5d466f0d (patch) | |
| tree | a13a0e7b37324d5c73a1b6ab08d394a7c0fe9595 /runtime | |
| parent | 42b2dd5abf33810e84a2e266279a76295a3e46db (diff) | |
vim-patch:80981e1: runtime(doc): mention 'findfunc' at :h :find (#35697)
fixes: vim/vim#18250
related: vim/vim#18253
https://github.com/vim/vim/commit/80981e1db93d2ebb4060fa1368fe76e336c1d65b
Co-authored-by: Girish Palya <girishji@gmail.com>
(cherry picked from commit 739fc26d77acfd9664905ed76659ccbfb7e8ad1d)
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/editing.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index b9da59748d..998e9d0763 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -214,6 +214,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 |
