]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1132: Vim9: return type of repeat() is not specific enough v8.2.1132
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:01:56 +0000 (16:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:01:56 +0000 (16:01 +0200)
commit9978d473e32cee928d6f901a5eb9a297a2970132
tree66b08d96bc91f73175b739a033c8d7b5e719a3ee
parent05a5551a86e013e35d1dfa10fd0d811c587f9c88
patch 8.2.1132: Vim9: return type of repeat() is not specific enough

Problem:    Vim9: return type of repeat() is not specific enough.
Solution:   Return the type of the first argument. (closes #6395)
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c