commit | 6d4431e7b675ba7a0194c0b8eb84b7d92e4e7953 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 20:00:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 20:00:56 2016 +0200 |
tree | ff1a1467afecfc2a5a630e20cf3b0756834519f3 | |
parent | d106e5ba7f10f0d2a14eaefe5d78405044416cb9 [diff] [blame] |
patch 7.4.1769 Problem: No "closed", "errors" and "encoding" attribute on Python output. Solution: Add attributes and more tests. (Roland Puntaier, closes #622)
diff --git a/src/version.c b/src/version.c index 9c03872..4599f88 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1769, +/**/ 1768, /**/ 1767,