commit | c4ce36d48698669f81ec90f7c9dc9ab8c362e538 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 17:08:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 17:08:15 2020 +0200 |
tree | 2aa5e74f7d240f306be115de7445db048ea2fb8b | |
parent | bc4c505166dc82911553206bb0c2133c6ac94aa1 [diff] [blame] |
patch 8.2.1445: Vim9: function expanded name is cleared when sourcing again Problem: Vim9: function expanded name is cleared when sourcing a script again. Solution: Only clear the expanded name when deleting the function. (closes #6707)
diff --git a/src/version.c b/src/version.c index 415a7cc..3ae2c72 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1445, +/**/ 1444, /**/ 1443,