forked from aniani/vim
patch 8.2.3219: :find searches non-existing directories
Problem: :find searches non-existing directories.
Solution: Check the path is not "..". Update help. (Christian Brabandt,
closes #8612, closes #8533)
This commit is contained in:
committed by
Bram Moolenaar
parent
8a4c812ede
commit
7a4ca32175
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3219,
|
||||
/**/
|
||||
3218,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user