commit | 077a1e670ad69ef4cefc22103ca6635bd269e764 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 08 20:50:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 08 20:50:43 2020 +0200 |
tree | d46a114dc598e3ac47aa8e846a055f1f5b4c9999 | |
parent | ec98e93a82379ca9289d8021aec374aa6798afef [diff] [blame] |
patch 8.2.0935: flattening a list with existing code is slow Problem: Flattening a list with existing code is slow. Solution: Add flatten(). (Mopp, closes #3676)
diff --git a/src/version.c b/src/version.c index 04f61c9..d992e9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 935, +/**/ 934, /**/ 933,