summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-01-22 20:32:12 +0000
committervimboss <devnull@localhost>2009-01-22 20:32:12 +0000
commit38bda1ea11ae611f70a83413ec45b339a369d7ac (patch)
tree2e0090ba9f08e5a60afa4491cf2b11175047e2a3
parent253874fc2899c8959b5d8f6cfdbec13f35276fb1 (diff)
downloadvim-38bda1ea11ae611f70a83413ec45b339a369d7ac.tar.gz
updated for version 7.2-087v7.2.087v7-2-087
-rw-r--r--src/misc2.c3
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 76fe2ec5..427708c0 100644
--- 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
index 48bfe29d..c0f593f0 100644
--- 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,