comparison runtime/doc/windows.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 b15334beeaa4
children b97a870a7c63
comparison
equal deleted inserted replaced
29852:8568b72caa9a 29853:31c598083364
841 look for the file. Also the path for current file is 841 look for the file. Also the path for current file is
842 used to search for the file name. 842 used to search for the file name.
843 If the name is a hypertext link that looks like 843 If the name is a hypertext link that looks like
844 "type://machine/path", only "/path" is used. 844 "type://machine/path", only "/path" is used.
845 If a count is given, the count'th matching file is edited. 845 If a count is given, the count'th matching file is edited.
846 {not available when the |+file_in_path| feature was disabled
847 at compile time}
848 846
849 CTRL-W F *CTRL-W_F* 847 CTRL-W F *CTRL-W_F*
850 Split current window in two. Edit file name under cursor and 848 Split current window in two. Edit file name under cursor and
851 jump to the line number following the file name. See |gF| for 849 jump to the line number following the file name. See |gF| for
852 details on how the line number is obtained. 850 details on how the line number is obtained.
853 {not available when the |+file_in_path| feature was disabled
854 at compile time}
855 851
856 CTRL-W gf *CTRL-W_gf* 852 CTRL-W gf *CTRL-W_gf*
857 Open a new tab page and edit the file name under the cursor. 853 Open a new tab page and edit the file name under the cursor.
858 Like "tab split" and "gf", but the new tab page isn't created 854 Like "tab split" and "gf", but the new tab page isn't created
859 if the file does not exist. 855 if the file does not exist.
860 {not available when the |+file_in_path| feature was disabled
861 at compile time}
862 856
863 CTRL-W gF *CTRL-W_gF* 857 CTRL-W gF *CTRL-W_gF*
864 Open a new tab page and edit the file name under the cursor 858 Open a new tab page and edit the file name under the cursor
865 and jump to the line number following the file name. Like 859 and jump to the line number following the file name. Like
866 "tab split" and "gF", but the new tab page isn't created if 860 "tab split" and "gF", but the new tab page isn't created if
867 the file does not exist. 861 the file does not exist.
868 {not available when the |+file_in_path| feature was disabled
869 at compile time}
870 862
871 CTRL-W gt *CTRL-W_gt* 863 CTRL-W gt *CTRL-W_gt*
872 Go to next tab page, same as `gt`. 864 Go to next tab page, same as `gt`.
873 865
874 CTRL-W gT *CTRL-W_gT* 866 CTRL-W gT *CTRL-W_gT*