commit | 021bda56710d98c09a6b35610a476ab2dd8c58ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:07:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 17 21:07:22 2020 +0200 |
tree | ef1e8f444ad876989fde5d1ae961805642cfa9de | |
parent | 7b22117c4ecf383b6f35acef041773a83ec28220 [diff] [blame] |
patch 8.2.1473: items in a list given to :const can still be modified Problem: Items in a list given to :const can still be modified. Solution: Work like ":lockvar! name" but don't lock referenced items. Make locking a blob work.
diff --git a/src/version.c b/src/version.c index 92649a3..d57661b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1473, +/**/ 1472, /**/ 1471,