commit | 4c17ad94ecb0a0fb26d6fface2614bc5172dea18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 27 22:47:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 27 22:47:51 2020 +0200 |
tree | 3b26b172e38be6c1d762c58d7517ac79e21e0a0f | |
parent | db93495d276642f63f80471fbcb900b9aa1e9e42 [diff] [blame] |
patch 8.2.0650: Vim9: script function can be deleted Problem: Vim9: script function can be deleted. Solution: Disallow deleting script function. Delete functions when sourcing a script again.
diff --git a/src/version.c b/src/version.c index fa91a2b..d58ef8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 650, +/**/ 649, /**/ 648,