comparison runtime/doc/builtin.txt @ 29853:31c598083364 v9.0.0265

patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version Commit: https://github.com/vim/vim/commit/f80f40a55ccff0a4331c5fbd1ac446511f622ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 16:02:23 2022 +0100 patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version Problem: No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 17:15:03 +0200
parents 349517ab7398
children 8dca33bca038
comparison
equal deleted inserted replaced
29852:8568b72caa9a 29853:31c598083364
2734 When {count} is negative return all the matches in a |List|. 2734 When {count} is negative return all the matches in a |List|.
2735 2735
2736 Returns an empty string if the directory is not found. 2736 Returns an empty string if the directory is not found.
2737 2737
2738 This is quite similar to the ex-command `:find`. 2738 This is quite similar to the ex-command `:find`.
2739 {only available when compiled with the |+file_in_path|
2740 feature}
2741 2739
2742 Can also be used as a |method|: > 2740 Can also be used as a |method|: >
2743 GetName()->finddir() 2741 GetName()->finddir()
2744 2742
2745 findfile({name} [, {path} [, {count}]]) *findfile()* 2743 findfile({name} [, {path} [, {count}]]) *findfile()*
10530 true, of course! 10528 true, of course!
10531 ex_extra |+ex_extra| (always true) 10529 ex_extra |+ex_extra| (always true)
10532 extra_search Compiled with support for |'incsearch'| and 10530 extra_search Compiled with support for |'incsearch'| and
10533 |'hlsearch'| 10531 |'hlsearch'|
10534 farsi Support for Farsi was removed |farsi|. 10532 farsi Support for Farsi was removed |farsi|.
10535 file_in_path Compiled with support for |gf| and |<cfile>| 10533 file_in_path Compiled with support for |gf| and |<cfile>| (always
10534 true)
10536 filterpipe When 'shelltemp' is off pipes are used for shell 10535 filterpipe When 'shelltemp' is off pipes are used for shell
10537 read/write/filter commands 10536 read/write/filter commands
10538 find_in_path Compiled with support for include file searches 10537 find_in_path Compiled with support for include file searches
10539 |+find_in_path|. 10538 |+find_in_path|.
10540 float Compiled with support for |Float|. 10539 float Compiled with support for |Float|.