commit | 1b2f61e732a961c1345bf3bb6826c1caa870c10d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 27 21:12:01 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 27 21:12:01 2018 +0200 |
tree | 1e09e156b5d1986c1d60a2905ce49ce0ce2e397f | |
parent | 2a77d21f7893ba14e682a3c5891d606f117a3f36 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index df56277..00a07bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1648, +/**/ 1647, /**/ 1646,