diff src/version.c @ 6761:203888fa7192 v7.4.702

patch 7.4.702 Problem: Joining an empty list does uneccessary work. Solution: Let join() return early. (Marco Hinz)
author Bram Moolenaar <bram@vim.org>
date Thu, 16 Apr 2015 22:51:22 +0200
parents b019669eee53
children e026e4f106a5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    702,
+/**/
     701,
 /**/
     700,