comparison src/version.c @ 22563:48454576b23c v8.2.1830

patch 8.2.1830: MS-Windows: Python3 issue with stdin Commit: https://github.com/vim/vim/commit/c6ed254d9fda0ff54cdedce5597ff3e0d0218d18 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 10 23:26:28 2020 +0200 patch 8.2.1830: MS-Windows: Python3 issue with stdin Problem: MS-Windows: Python3 issue with stdin. Solution: Check if stdin is readable. (Ken Takata, closes https://github.com/vim/vim/issues/7106)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Oct 2020 23:30:04 +0200
parents 392c7bd6fa36
children 12b4e321a625
comparison
equal deleted inserted replaced
22562:36c3937da44b 22563:48454576b23c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1830,
753 /**/ 755 /**/
754 1829, 756 1829,
755 /**/ 757 /**/
756 1828, 758 1828,
757 /**/ 759 /**/