1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-03-27 21:12:01 +02:00
parent 2a77d21f78
commit 1b2f61e732
2 changed files with 9 additions and 5 deletions

View File

@@ -766,6 +766,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1648,
/**/
1647,
/**/