commit | 85629985b71035608a37ba3bde86968481490d46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 18:39:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 18:39:20 2020 +0200 |
tree | 5970b7cc5eb33369ad8ee0337884e781fba1dfea | |
parent | e8f5ec0d30b629d7166f0ad03434065d8bc822df [diff] [blame] |
patch 8.2.0878: no reduce() function Problem: No reduce() function. Solution: Add a reduce() function. (closes #5481)
diff --git a/src/version.c b/src/version.c index af3aadf..4a27140 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 878, +/**/ 877, /**/ 876,