comparison src/version.c @ 6841:0f1cc87630d8 v7.4.741

patch 7.4.741 Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Jun 2015 14:06:43 +0200
parents 0229cfffc560
children 50cdebea094f
comparison
equal deleted inserted replaced
6840:37828f7503c7 6841:0f1cc87630d8
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 741,
744 /**/ 746 /**/
745 740, 747 740,
746 /**/ 748 /**/
747 739, 749 739,
748 /**/ 750 /**/