diff options
Diffstat (limited to 'src/nvim/path.c')
| -rw-r--r-- | src/nvim/path.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/nvim/path.c b/src/nvim/path.c index ea06fb8dde..dfcafc85de 100644 --- a/src/nvim/path.c +++ b/src/nvim/path.c @@ -1225,7 +1225,7 @@ int gen_expand_wildcards(int num_pat, char_u **pat, int *num_file,         * "vim c:/" work. */        if (flags & EW_NOTFOUND) {          addfile(&ga, t, flags | EW_DIR | EW_FILE); -      } else if (os_path_exists(t)) { +      } else {          addfile(&ga, t, flags);        }        xfree(t); | 
