diff src/version.c @ 7191:692dac7183de v7.4.905

commit https://github.com/vim/vim/commit/d424747d5821c2873e24d25d3407d08b25ea3443 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 2 13:28:59 2015 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Nov 2015 13:30:04 +0100
parents 0b4387f570ec
children 272f04b41f51
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    905,
+/**/
     904,
 /**/
     903,