commit | b54c3ff3174dbb5dfbfcabdf95200b047beaa644 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 14:11:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 14:11:58 2016 +0200 |
tree | a230032c07f9373c65ca64e4b9c237e70b4d6a54 | |
parent | fc1f2015e833e69b89b994faf4b2c4fc1e09220f [diff] [blame] |
patch 7.4.2134 Problem: No error for using function() badly. Solution: Check for passing wrong function name. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5808cbc..8ef6dec 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2134, +/**/ 2133, /**/ 2132,