commit | cdc40c43f1008bda2f173d3a13606236679e8067 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 17:43:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 17:43:08 2020 +0100 |
tree | 8011e2a4138c2596e318f2a8798eebea481fb6ad | |
parent | 2b32700dabf392566d8e9fef76e0d587a891ee3e [diff] [blame] |
patch 8.2.2223: Vim9: Reloading marks a :def function as deleted Problem: Vim9: Reloading marks a :def function as deleted. Solution: Clear the function contents but keep the index.
diff --git a/src/version.c b/src/version.c index f488d77..00e5596 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2223, +/**/ 2222, /**/ 2221,