commit | 859cc21c6b60af07b549456b7d050a03b3e48bc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 15:22:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 15:22:35 2022 +0100 |
tree | f2b27da6d782dc353fa52f8055b900b78997c6c7 | |
parent | 471b3aed3e9c43d4dd53444ceb74f9a4f8a3874a [diff] [blame] |
patch 8.2.4642: Vim9: in :def function script var cannot be null Problem: Vim9: in :def function script var cannot be null. Solution: Only initialize a script variable when not set to a null value. (closes #10034)
diff --git a/src/version.c b/src/version.c index 0c1a166..9d3afeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4642, +/**/ 4641, /**/ 4640,