1
0
forked from aniani/vim

Fix a few problems for :find completion. Test much more. (Nazri Ramliy)

This commit is contained in:
Bram Moolenaar
2010-08-05 21:40:16 +02:00
parent 74cbdf0334
commit 84f888a5b3
5 changed files with 102 additions and 13 deletions

View File

@@ -9337,6 +9337,8 @@ expand_path_option(curdir, gap)
}
else if (buf[0] == NUL) /* relative to current directory */
STRCPY(buf, curdir);
else if (path_with_url(buf))
continue;
else if (!mch_isFullName(buf))
{
/* Expand relative path to their full path equivalent */