commit | 7a411a306f90339d8686e42ac16e1ae4fc7533c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 14:58:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 14:58:06 2022 +0100 |
tree | def2607a7145867c305c4d55baf955bc21649bde | |
parent | 15f74fab653a784548d5d966644926b47ba2cfa7 [diff] [blame] |
patch 8.2.4682: Vim9: can use :unlockvar for const variable Problem: Vim9: can use :unlockvar for const variable. (Ernie Rael) Solution: Check whether the variable is a const.
diff --git a/src/version.c b/src/version.c index 79a3bad..8b7450c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4682, +/**/ 4681, /**/ 4680,