# HG changeset patch # User vimboss # Date 1232656332 0 # Node ID d6f0d3db1c641e451f9cb0d0697f1b18939d6cf7 # Parent 61d080cb268e21cc2275da3a0ff2b2081d97ff51 updated for version 7.2-087 diff --git a/src/misc2.c b/src/misc2.c --- a/src/misc2.c +++ b/src/misc2.c @@ -4696,7 +4696,8 @@ vim_findfile(search_ctx_arg) stackp->ffs_filearray_cur = i + 1; ff_push(search_ctx, stackp); - simplify_filename(file_path); + if (!path_with_url(file_path)) + simplify_filename(file_path); if (mch_dirname(ff_expand_buffer, MAXPATHL) == OK) { diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 87, +/**/ 86, /**/ 85,