1
0
forked from aniani/vim

patch 8.2.4627: flatten() does not use maxdepth correctly

Problem:    flatten() does not use maxdepth correctly.
Solution:   Use a recursive implementation. (closes #10020)
This commit is contained in:
Bram Moolenaar
2022-03-25 19:50:57 +00:00
parent abb6fbd14d
commit acf7d73a7f
3 changed files with 39 additions and 24 deletions

View File

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