comparison runtime/doc/tabpage.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 f8116058ca76
children 4635e43f2c6f
comparison
equal deleted inserted replaced
29852:8568b72caa9a 29853:31c598083364
79 For [count] see |:tabnew| above. 79 For [count] see |:tabnew| above.
80 80
81 :[count]tabf[ind] [++opt] [+cmd] {file} *:tabf* *:tabfind* 81 :[count]tabf[ind] [++opt] [+cmd] {file} *:tabf* *:tabfind*
82 Open a new tab page and edit {file} in 'path', like with 82 Open a new tab page and edit {file} in 'path', like with
83 |:find|. For [count] see |:tabnew| above. 83 |:find|. For [count] see |:tabnew| above.
84 {not available when the |+file_in_path| feature was disabled
85 at compile time}
86 84
87 :[count]tab {cmd} *:tab* 85 :[count]tab {cmd} *:tab*
88 Execute {cmd} and when it opens a new window open a new tab 86 Execute {cmd} and when it opens a new window open a new tab
89 page instead. Doesn't work for |:diffsplit|, |:diffpatch|, 87 page instead. Doesn't work for |:diffsplit|, |:diffpatch|,
90 |:execute| and |:normal|. 88 |:execute| and |:normal|.