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:
@@ -246,11 +246,7 @@ static char *(features[]) =
|
||||
"-extra_search",
|
||||
#endif
|
||||
"-farsi",
|
||||
#ifdef FEAT_SEARCHPATH
|
||||
"+file_in_path",
|
||||
#else
|
||||
"-file_in_path",
|
||||
#endif
|
||||
#ifdef FEAT_FIND_ID
|
||||
"+find_in_path",
|
||||
#else
|
||||
@@ -731,6 +727,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
265,
|
||||
/**/
|
||||
264,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user