diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-27 21:12:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-27 21:12:01 +0200 |
commit | 1b2f61e732a961c1345bf3bb6826c1caa870c10d (patch) | |
tree | 1e09e156b5d1986c1d60a2905ce49ce0ce2e397f /src/version.c | |
parent | 2a77d21f7893ba14e682a3c5891d606f117a3f36 (diff) | |
download | vim-git-1b2f61e732a961c1345bf3bb6826c1caa870c10d.tar.gz |
patch 8.0.1648: resource fork tool doesn't work on Python 3v8.0.1648
Problem: Resource fork tool doesn't work on Python 3.
Solution: Use "print()" instead of "print". (Marius Gedminas)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index df56277e7..00a07bc10 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1648, +/**/ 1647, /**/ 1646, |