diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-17 21:07:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-17 21:07:22 +0200 |
commit | 021bda56710d98c09a6b35610a476ab2dd8c58ad (patch) | |
tree | ef1e8f444ad876989fde5d1ae961805642cfa9de /src/version.c | |
parent | 7b22117c4ecf383b6f35acef041773a83ec28220 (diff) | |
download | vim-git-021bda56710d98c09a6b35610a476ab2dd8c58ad.tar.gz |
patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 92649a3ec..d57661b7e 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1473, +/**/ 1472, /**/ 1471, |