]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0715: wrong argument for append() gives two error messages v9.0.0715
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Oct 2022 15:08:16 +0000 (16:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Oct 2022 15:08:16 +0000 (16:08 +0100)
commit801cd35e7e3b21e519e12a1610ee1d721e40893e
tree5b24a4313fbbc3821aaf236b3cd6163828d26267
parent1206c163dbc8caace86e53f375f298af6cfab75a
patch 9.0.0715: wrong argument for append() gives two error messages

Problem:    Wrong argument for append() gives two error messages.
Solution:   When getting an error for a number argument don't try using it as
            a string. (closes #11335)
src/testdir/test_functions.vim
src/typval.c
src/version.c