# HG changeset patch # User Bram Moolenaar # Date 1373120582 -7200 # Node ID 0ddba00c204d855c0b3da30cb338d9bdb0ded847 # Parent 641d3afeca1d7a915bbdf22522dccdbf3bbb41a8 updated for version 7.4a.001 Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,10 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1, +/**/ + 1, +/**/ 0 };