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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4627,
|
||||
/**/
|
||||
4626,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user