]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0004 v8.0.0004
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2016 20:16:13 +0000 (22:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Sep 2016 20:16:13 +0000 (22:16 +0200)
commit5582ef14384525e8cec86016876d97a6b32dd548
treedf821155d69edf17b04df6a131d25f7fd1f1a03e
parent789a5c0e3d27f09456678f0cfb6c1bd2d8ab4a35
patch 8.0.0004
Problem:    A string argument for function() that is not a function name
            results in an error message with NULL. (Christian Brabandt)
Solution:   Use the argument for the error message.
src/evalfunc.c
src/testdir/test_expr.vim
src/version.c