# HG changeset patch # User Bram Moolenaar # Date 1371144438 -7200 # Node ID 044d23a64c177549b4b5e3183642f3a5b286d14f # Parent 8a49630c8a5f554fd5502cc30740d2f5cb86bd2f updated for version 7.3.1183 Problem: Python tests 86 and 87 fail. Solution: Add "empty" files. (ZyX) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1183, +/**/ 1182, /**/ 1181,