# HG changeset patch # User Bram Moolenaar # Date 1309051132 -7200 # Node ID 455a4c85d04d04c732367f915d82c5b3c9a65b50 # Parent f43c2f39001fc247a44cca5495ec724a48b0df02 updated for version 7.3.231 Problem: Runtime file patches failed. Solution: Redo the patches made against the patched files instead of the files in the mercurial repository. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -710,6 +710,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 231, +/**/ 230, /**/ 229,