forked from aniani/vim
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.
This commit is contained in:
@@ -5646,13 +5646,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"file_in_path",
|
||||
#ifdef FEAT_SEARCHPATH
|
||||
1
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"file_in_path", 1},
|
||||
{"filterpipe",
|
||||
#if defined(FEAT_FILTERPIPE) && !defined(VIMDLL)
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user