comparison src/version.c @ 6698:67e7a819c811 v7.4.673

updated for version 7.4.673 Problem: The first syntax entry gets sequence number zero, which doesn't work. (Clinton McKay) Solution: Start at number one. (Bjorn Linse)
author Bram Moolenaar <bram@vim.org>
date Sat, 21 Mar 2015 21:46:13 +0100
parents 6529590f6c43
children f26c1d294156
comparison
equal deleted inserted replaced
6697:12155a47f6c2 6698:67e7a819c811
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 673,
744 /**/ 746 /**/
745 672, 747 672,
746 /**/ 748 /**/
747 671, 749 671,
748 /**/ 750 /**/