commit | 89483d40438830fb9e74a5ec6c92d2470b05e4c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 10 15:24:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 10 15:24:44 2020 +0200 |
tree | beb03e9bded5798073787f275b2f3cee63814f8b | |
parent | 69212b11d18d9d8951968f6ca88e6ce046c90675 [diff] [blame] |
patch 8.2.0729: Vim9: When reloading a script variables are not cleared Problem: Vim9: When reloading a script variables are not cleared. Solution: When sourcing a script again clear all script-local variables.
diff --git a/src/version.c b/src/version.c index c595e9d..4bf6242 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 729, +/**/ 728, /**/ 727,