commit | 3bdc90b7dfab314768a8f56454ea62929524f05c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 20:35:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 20:35:40 2020 +0100 |
tree | 0836d782d16f1749ae745e5a6f87972d1c0f5073 | |
parent | e5492609b3a153c631f1d600ecdef1af1c913bef [diff] [blame] |
patch 8.2.2193: Vim9: can change constant in :def function Problem: Vim9: can change constant in :def function. Solution: Check if a variable is locked. (issue #7526)
diff --git a/src/version.c b/src/version.c index 7c9529b..73a80aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2193, +/**/ 2192, /**/ 2191,