1
0
forked from aniani/vim

updated for version 7.2-087

This commit is contained in:
Bram Moolenaar
2009-01-22 20:32:12 +00:00
parent 5cc6a6e739
commit 6bab9fa19a
2 changed files with 4 additions and 1 deletions

View 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)
{