]> granicus.if.org Git - vim/commit
patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number v8.2.3261
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 20:03:59 +0000 (22:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 20:03:59 +0000 (22:03 +0200)
commit1780f08ba42837b6d4a5f0451117a79b2d49974a
tree344aba2fa3ce158403fac40e1a02a381b09b9d8b
parent335c8c7b206df776b59fb63a1c7f91c8b1425398
patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number

Problem:    Vim9: when compiling repeat(123, N) return type is number.
Solution:   Make return type a string. (closes #8664)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c