commit | c1e6c7bafec1115b690c745a28e1a6338750b137 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 18:26:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 18:26:46 2022 +0000 |
tree | 2299cd11918b10569a201ef2f151afbf4ce4602f | |
parent | eddd4fc4f6d9d626374a73861c891f95ef999133 [diff] [blame] |
patch 8.2.4426: map() function on string and blob does not check types Problem: map() function on string and blob does not check argument types at compile time. Solution: Check string and blob argument types. Support "0z1234->func()".
diff --git a/src/version.c b/src/version.c index 1fdf4e4..6c5ca2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4426, +/**/ 4425, /**/ 4424,