commit | acf7d73a7f5cdd63b34de777a4ce5eb3e2ba0ab3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 19:50:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 19:50:57 2022 +0000 |
tree | 149436a747da303d25ba3e59c7989a3a264551b3 | |
parent | abb6fbd14d985b9b36a4e336d6edaf9853888ac1 [diff] [blame] |
patch 8.2.4627: flatten() does not use maxdepth correctly Problem: flatten() does not use maxdepth correctly. Solution: Use a recursive implementation. (closes #10020)
diff --git a/src/version.c b/src/version.c index c13d03f..e292626 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4627, +/**/ 4626, /**/ 4625,