commit | 84f888a5b3640dffdff1ecd1e19e4ba6aa3ed6af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 21:40:16 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 21:40:16 2010 +0200 |
tree | 03d50c34b873780c1373257497bd046eac25f044 | |
parent | 74cbdf0334ffadf335082990464719e12cef22d3 [diff] [blame] |
Fix a few problems for :find completion. Test much more. (Nazri Ramliy)
diff --git a/src/misc1.c b/src/misc1.c index c8fb8eb..ef7c10c 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -9337,6 +9337,8 @@ } 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 */