]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0121: filter() and map() on blob don't work v8.2.0121
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Jan 2020 19:51:34 +0000 (20:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Jan 2020 19:51:34 +0000 (20:51 +0100)
commit49c57ce50019b667e5005ce1cfb8cdc2e48bf868
tree5683331f6383a0b0ff30f58ffb032add0a2b6175
parentb3d33d8570bc49a7f90990572d7f9630a1bfae02
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)
src/list.c
src/testdir/test_blob.vim
src/version.c