commit | 2b32700dabf392566d8e9fef76e0d587a891ee3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 15:39:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 15:39:31 2020 +0100 |
tree | 3f83eabd005ede0c2dc4fd171b8a9cbb3fb412f6 | |
parent | b0ac4ea5e1c5f0ff4e951978c32ccfffe46916f8 [diff] [blame] |
patch 8.2.2222: Vim9: cannot keep script variables when reloading Problem: Vim9: cannot keep script variables when reloading. Solution: Add the "noclear" argument to :vim9script.
diff --git a/src/version.c b/src/version.c index ba5df92..f488d77 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2222, +/**/ 2221, /**/ 2220,