comparison 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
comparison
equal deleted inserted replaced
7190:a2bd652487f6 7191:692dac7183de
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 905,
744 /**/ 746 /**/
745 904, 747 904,
746 /**/ 748 /**/
747 903, 749 903,
748 /**/ 750 /**/