1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2015-09-29 12:08:42 +02:00
parent ca63501fbc
commit c79a5452ac
2 changed files with 13 additions and 12 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
885,
/**/
884,
/**/