commit | 36e7a823c66cfefb553c723e6792bcc6a1573b03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 13 21:49:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 13 21:49:24 2019 +0100 |
tree | cd58f24167981490b7d2269b655c7dffb8152bbe | |
parent | 0743ef9f8a5b09787e2e0719d96e28e953a79189 [diff] [blame] |
patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrong Problem: ConPTY in MS-Windows 1909 is still wrong. Solution: Use same solution as for 1903. (Nobuhiro Takasaki, closes #5217)
diff --git a/src/version.c b/src/version.c index d763e4c..2221d64 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2299, +/**/ 2298, /**/ 2297,