commit | c79a5452acd695238798947e40086f9823c400e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 12:08:42 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 12:08:42 2015 +0200 |
tree | 40e16832af4e827bb20eeaf65c05eb7204bc26c4 | |
parent | ca63501fbcd1cf9c8aa9ff12c093c95b62a89ed7 [diff] [blame] |
patch 7.4.885 Problem: When doing an upwards search without wildcards the search fails if the initial directory doesn't exist. Solution: Fix the non-wildcard case. (Stefan Kempf)
diff --git a/src/version.c b/src/version.c index 8d78262..f31f1bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 885, +/**/ 884, /**/ 883,