commit | 3c4ebeba17399e4ef33d004c269e667f696f0eb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 11:44:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 11:44:27 2016 +0200 |
tree | b75620aac93db2709668d7457d9297fd085cf312 | |
parent | 5582ef14384525e8cec86016876d97a6b32dd548 [diff] [blame] |
patch 8.0.0005 Problem: Netbeans test fails with Python 3. (Jonathonf) Solution: Encode the string before sending it. (closes #1070)
diff --git a/src/version.c b/src/version.c index 5634114..77d35a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5, +/**/ 4, /**/ 3,