]> granicus.if.org Git - vim/commit
patch 8.2.4927: return type of remove() incorrect when using three arguments v8.2.4927
authorBram Moolenaar <Bram@vim.org>
Mon, 9 May 2022 13:12:14 +0000 (14:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 May 2022 13:12:14 +0000 (14:12 +0100)
commit2ac037f54bb2588b7a86e61c9c6e9504884edbec
treece78bdd9ba927c3af00c5b05263a63f1a157affe
parent51f0bc31d3cf512508419064faac0e5b7e52c98b
patch 8.2.4927: return type of remove() incorrect when using three arguments

Problem:    Return type of remove() incorrect when using three arguments.
Solution:   Use first argument type when there are three arguments.
            (closes #10387)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c