diff src/version.c @ 8548:24db3583c496 v7.4.1564

commit https://github.com/vim/vim/commit/346418c624f1bc7c04c98907134a2b284e6452dd Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 12:36:08 2016 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 12:45:05 +0100
parents 996109e24f02
children 56d0eb96c25a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1564,
+/**/
     1563,
 /**/
     1562,