1
0
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:
Christian Brabandt
2021-07-25 15:08:05 +02:00
committed by Bram Moolenaar
parent 8a4c812ede
commit 7a4ca32175
4 changed files with 39 additions and 0 deletions

View File

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