commit | 1936c765364d6a771cea5df9971318060db82730 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 15:19:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 15:19:10 2022 +0100 |
tree | 1f4aece4224291febd9b62aca283ddcf8c5c6e65 | |
parent | 371951d0c34d4f44b50ad8bc8d30a4ef7effade6 [diff] [blame] |
patch 9.0.0617: calling function for reduce() has too much overhead Problem: Calling function for reduce() has too much overhead. Solution: Only call clear_tv() when needed.
diff --git a/src/version.c b/src/version.c index 815f27b..43569d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 617, +/**/ 616, /**/ 615,