diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1830,
+/**/
     1829,
 /**/
     1828,