]> granicus.if.org Git - vim/commit
patch 8.2.2435: setline() gives an error for some types v8.2.2435
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 12:08:38 +0000 (13:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 12:08:38 +0000 (13:08 +0100)
commit3445320839a38b3b0c253513b125da8298ec27d6
tree36de5f4e0a019c497710a3cfd6908a5fed0feed4
parentf2b26bcf8f498fed72759af4aa768fb2aab3118c
patch 8.2.2435: setline() gives an error for some types

Problem:    setline() gives an error for some types.
Solution:   Allow any type, convert each item to a string.
runtime/doc/eval.txt
src/debugger.c
src/evalbuffer.c
src/proto/typval.pro
src/testdir/test_bufline.vim
src/testdir/test_vim9_builtin.vim
src/typval.c
src/version.c
src/vim9execute.c