mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-087
This commit is contained in:
parent
5cc6a6e739
commit
6bab9fa19a
@ -4696,6 +4696,7 @@ vim_findfile(search_ctx_arg)
|
|||||||
stackp->ffs_filearray_cur = i + 1;
|
stackp->ffs_filearray_cur = i + 1;
|
||||||
ff_push(search_ctx, stackp);
|
ff_push(search_ctx, stackp);
|
||||||
|
|
||||||
|
if (!path_with_url(file_path))
|
||||||
simplify_filename(file_path);
|
simplify_filename(file_path);
|
||||||
if (mch_dirname(ff_expand_buffer, MAXPATHL)
|
if (mch_dirname(ff_expand_buffer, MAXPATHL)
|
||||||
== OK)
|
== OK)
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
87,
|
||||||
/**/
|
/**/
|
||||||
86,
|
86,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user