commit | e939f5ebbae8dd7825d62d84e0c9910fa1756a9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 26 21:32:59 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 26 21:32:59 2022 +0000 |
tree | 1539cff07da8b588993840da4d455ddf9135e1a1 | |
parent | fc4c44836acf7cd83af6d9b5b4737a305c5b3fb2 [diff] [blame] |
patch 8.2.4227: Vim9: using "lockvar!" in :def function does not work Problem: Vim9: using "lockvar!" in :def function does not work. Solution: Add "!" instead of "-1". (closes #9634)
diff --git a/src/version.c b/src/version.c index 576c06c..e77826c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4227, +/**/ 4226, /**/ 4225,