commit | df1956075d9ff7b5869fb548734bc2a7be2bce44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 18:13:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 18:13:33 2020 +0200 |
tree | 64ace0f4c89f0281810604bb579bf278e0702871 | |
parent | 0015795baafaf7983875f979f92339375fe5d8e2 [diff] [blame] |
patch 8.2.0572: using two lines for free and reset Problem: Using two lines for free and reset. Solution: Use VIM_CLEAR() instead. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 40e048d..c5b7c8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 572, +/**/ 571, /**/ 570,