]> granicus.if.org Git - vim/commit
patch 8.2.1380: Vim9: return type of getreg() is always a string v8.2.1380
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Aug 2020 19:26:59 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Aug 2020 19:26:59 +0000 (21:26 +0200)
commit3d945cc925dddb99a1ee86ec194b5b95221c72d7
treee230431d1d100e919b270379df23d19c52ffef5d
parentae95a3946b012d4e68bcb20b28f691f6d3b9caaf
patch 8.2.1380: Vim9: return type of getreg() is always a string

Problem:    Vim9: return type of getreg() is always a string.
Solution:   Use list of strings when there are three arguments. (closes #6633)
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c