commit | 04b568b38f848293e1ae0e680685280151acb386 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 21:58:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 21:58:41 2021 +0000 |
tree | 4ecf2787718a1bf00ca71be8190c01a820e6e1db | |
parent | 3b3755fe19e9ded2a1c45f14b2c6fa065bcaf2c6 [diff] [blame] |
patch 8.2.3651: Vim9: no error for :lock or :unlock with unknown variable Problem: Vim9: no error for :lock or :unlock with unknown variable. Solution: Give an error. (closes #9188)
diff --git a/src/version.c b/src/version.c index 121ce6e..f2bcb19 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3651, +/**/ 3650, /**/ 3649,