]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1540: reverse() on string doesn't work in compiled function v9.0.1540
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 11 May 2023 14:02:56 +0000 (15:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 May 2023 14:02:56 +0000 (15:02 +0100)
commitf9dc278946d52235a0025fd347bd9ff571258470
treee070d19d15b319f8f154cb0d24db48f00e49aaad
parent4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e
patch 9.0.1540: reverse() on string doesn't work in compiled function

Problem:    reverse() on string doesn't work in compiled function.
Solution:   Accept string in argument type check. (Yegappan Lakshmanan,
            closes #12377)
src/evalfunc.c
src/list.c
src/optionstr.c
src/testdir/test_functions.vim
src/testdir/test_listdict.vim
src/testdir/test_method.vim
src/testdir/test_vim9_builtin.vim
src/version.c