]> granicus.if.org Git - vim/commit
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version v9.0.0265
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Aug 2022 15:02:23 +0000 (16:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Aug 2022 15:02:23 +0000 (16:02 +0100)
commitf80f40a55ccff0a4331c5fbd1ac446511f622ed0
tree6a43d76ea652831205c8df6439b98717a6425188
parentb213703f358e1e10ba0affb3729c09ccb2c88ea3
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.
25 files changed:
runtime/doc/builtin.txt
runtime/doc/cmdline.txt
runtime/doc/editing.txt
runtime/doc/options.txt
runtime/doc/tabpage.txt
runtime/doc/windows.txt
src/alloc.c
src/buffer.c
src/errors.h
src/evalfunc.c
src/ex_docmd.c
src/feature.h
src/filepath.c
src/findfile.c
src/misc2.c
src/normal.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/register.c
src/structs.h
src/testdir/test_options.vim
src/version.c
src/window.c