From 82850dd9cbb1dc30dea02695bdda1384cd47185b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 13 Jun 2013 19:27:18 +0200 Subject: [PATCH] updated for version 7.3.1183 Problem: Python tests 86 and 87 fail. Solution: Add "empty" files. (ZyX) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/version.c b/src/version.c index 9dfef573d..82569243a 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1183, /**/ 1182, /**/ -- 2.50.1