comparison 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
comparison
equal deleted inserted replaced
6760:d4bb6110de58 6761:203888fa7192
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 702,
744 /**/ 746 /**/
745 701, 747 701,
746 /**/ 748 /**/
747 700, 749 700,
748 /**/ 750 /**/