comparison src/misc2.c @ 1789:d6f0d3db1c64 v7.2.087

updated for version 7.2-087
author vimboss
date Thu, 22 Jan 2009 20:32:12 +0000
parents b209c3f94ab7
children cfccbe492612
comparison
equal deleted inserted replaced
1788:61d080cb268e 1789:d6f0d3db1c64
4694 4694
4695 /* push dir to examine rest of subdirs later */ 4695 /* push dir to examine rest of subdirs later */
4696 stackp->ffs_filearray_cur = i + 1; 4696 stackp->ffs_filearray_cur = i + 1;
4697 ff_push(search_ctx, stackp); 4697 ff_push(search_ctx, stackp);
4698 4698
4699 simplify_filename(file_path); 4699 if (!path_with_url(file_path))
4700 simplify_filename(file_path);
4700 if (mch_dirname(ff_expand_buffer, MAXPATHL) 4701 if (mch_dirname(ff_expand_buffer, MAXPATHL)
4701 == OK) 4702 == OK)
4702 { 4703 {
4703 p = shorten_fname(file_path, 4704 p = shorten_fname(file_path,
4704 ff_expand_buffer); 4705 ff_expand_buffer);