]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3818: cannot filter or map characters in a string v8.2.3818
authorrbtnn <naru123456789@gmail.com>
Wed, 15 Dec 2021 19:14:54 +0000 (19:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Dec 2021 19:14:54 +0000 (19:14 +0000)
commitc479ce032f5d4d14bab9e479acbf42d758879893
tree454c6b6b73f078b499e45d1ce2ae59fb19d5139a
parentf87dac04c351583241ea1c4ec4228516431e6f22
patch 8.2.3818: cannot filter or map characters in a string

Problem:    Cannot filter or map characters in a string.
Solution:   Make filter() and map() work on a string. (Naruhiko Nishino,
            closes #9327)
runtime/doc/eval.txt
src/errors.h
src/list.c
src/testdir/test_filter_map.vim
src/version.c