From 1b2f61e732a961c1345bf3bb6826c1caa870c10d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 27 Mar 2018 21:12:01 +0200 Subject: patch 8.0.1648: resource fork tool doesn't work on Python 3 Problem: Resource fork tool doesn't work on Python 3. Solution: Use "print()" instead of "print". (Marius Gedminas) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index df56277e7..00a07bc10 100644 --- a/src/version.c +++ b/src/version.c @@ -766,6 +766,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1648, /**/ 1647, /**/ -- cgit v1.2.1