forked from aniani/vim
updated for version 7.0-221
This commit is contained in:
@@ -9195,7 +9195,7 @@ findfilendir(argvars, rettv, dir)
|
||||
vim_free(fresult);
|
||||
fresult = find_file_in_path_option(first ? fname : NULL,
|
||||
first ? (int)STRLEN(fname) : 0,
|
||||
0, first, path, dir, NULL,
|
||||
0, first, path, dir, curbuf->b_ffname,
|
||||
dir ? (char_u *)"" : curbuf->b_p_sua);
|
||||
first = FALSE;
|
||||
|
||||
|
||||
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
221,
|
||||
/**/
|
||||
220,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user