]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-087 v7.2.087
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jan 2009 20:32:12 +0000 (20:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jan 2009 20:32:12 +0000 (20:32 +0000)
src/misc2.c
src/version.c

index 76fe2ec519e5da9ae18cd95ac63026c2c4f5be0d..427708c04966c9c134da3072a9b5867a888ede62 100644 (file)
@@ -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)
                                {
index 48bfe29df4754af4def3da8b71256c649bf40e74..c0f593f0646613c080fdd410475604bc5782450e 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    87,
 /**/
     86,
 /**/