commit | 49c57ce50019b667e5005ce1cfb8cdc2e48bf868 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 15 20:51:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 15 20:51:34 2020 +0100 |
tree | 5683331f6383a0b0ff30f58ffb032add0a2b6175 | |
parent | b3d33d8570bc49a7f90990572d7f9630a1bfae02 [diff] [blame] |
patch 8.2.0121: filter() and map() on blob don't work Problem: filter() and map() on blob don't work. Solution: Correct the code. (closes #5483)
diff --git a/src/version.c b/src/version.c index e20bf5d..e26d15e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 121, +/**/ 120, /**/ 119,