comparison src/evalfunc.c @ 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 761631155a90
children 8dca33bca038
comparison
equal deleted inserted replaced
29852:8568b72caa9a 29853:31c598083364
5644 1 5644 1
5645 #else 5645 #else
5646 0 5646 0
5647 #endif 5647 #endif
5648 }, 5648 },
5649 {"file_in_path", 5649 {"file_in_path", 1},
5650 #ifdef FEAT_SEARCHPATH
5651 1
5652 #else
5653 0
5654 #endif
5655 },
5656 {"filterpipe", 5650 {"filterpipe",
5657 #if defined(FEAT_FILTERPIPE) && !defined(VIMDLL) 5651 #if defined(FEAT_FILTERPIPE) && !defined(VIMDLL)
5658 1 5652 1
5659 #else 5653 #else
5660 0 5654 0