commit | d424747d5821c2873e24d25d3407d08b25ea3443 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 13:28:59 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 13:28:59 2015 +0100 |
tree | 6e1cfec1e8cb740f95dde8097cb58d3684c3d3c7 | |
parent | 6407b3e80d7d7f8f0797c13ae35cc06f96be46c9 [diff] [blame] |
patch 7.4.905 Problem: Python interface can produce error "vim.message' object has no attribute 'isatty'". Solution: Add dummy isatty(), readable(), etc. (closes #464)
diff --git a/src/version.c b/src/version.c index b818813..4f461fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 905, +/**/ 904, /**/ 903,