commit | e8211a33dcb0ac6e29aad6699160fdc2e5fa2024 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 09 22:04:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 09 22:04:29 2020 +0200 |
tree | 2bc5264f9957a5aaca86762be2b74d1c8efaeead | |
parent | 11416321ff45e2bf3d456f332dc9d1836a8d171a [diff] [blame] |
patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spot Problem: Vim9: wrong instruction when reusing a local variable spot. Solution: Clear a newly allocated local variable. (closes #7080)
diff --git a/src/version.c b/src/version.c index 598222a..5adfd96 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1817, +/**/ 1816, /**/ 1815,