commit | 5582ef14384525e8cec86016876d97a6b32dd548 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 22:16:13 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 22:16:13 2016 +0200 |
tree | df821155d69edf17b04df6a131d25f7fd1f1a03e | |
parent | 789a5c0e3d27f09456678f0cfb6c1bd2d8ab4a35 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index dcf02c2..5634114 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4, +/**/ 3, /**/ 2,