commit | 7d2ac92ebc36049f9ce2f4ce08b8a80ca212ace2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 20:20:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 20:20:33 2020 +0200 |
tree | f8c943ac9a17ca278780ea1c8631f92518195781 | |
parent | fda20c4cc59008264676a6deb6a3095ed0c248e0 [diff] [blame] |
patch 8.2.1084: Lua: registering function has useless code Problem: Lua: registering function has useless code. Solution: Remove clearing grow arrays.
diff --git a/src/version.c b/src/version.c index 2ffa111..b3d0a93 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1084, +/**/ 1083, /**/ 1082,