commit | 6bab9fa19aac7cfe6b9fd9fb295651ff1d07d87e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 22 20:32:12 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 22 20:32:12 2009 +0000 |
tree | 2e0090ba9f08e5a60afa4491cf2b11175047e2a3 | |
parent | 5cc6a6e739de81fc72de411e69982cb08aac0c1c [diff] [blame] |
updated for version 7.2-087
diff --git a/src/misc2.c b/src/misc2.c index 76fe2ec..427708c 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -4696,7 +4696,8 @@ 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) {