commit | 346418c624f1bc7c04c98907134a2b284e6452dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 12:36:08 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 12:36:08 2016 +0100 |
tree | 9536dbf311a117975028658538f2f88ad68e54ed | |
parent | 790500a8e65bee295ef51a59dfa67ecbaab8ea17 [diff] [blame] |
patch 7.4.1564 Problem: An empty list in function() causes an error. Solution: Handle an empty list like there is no list of arguments.
diff --git a/src/version.c b/src/version.c index 50d20f1..3cab689 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1564, +/**/ 1563, /**/ 1562,