diff 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
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 */
 /**/
+    673,
+/**/
     672,
 /**/
     671,