commit | ed5a78e11c80c7b13b233149fd4273b71fc96262 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 21:05:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 21:05:03 2016 +0100 |
tree | c05db792f1cf6dc7707b66cbc04a5dae538979fa | |
parent | 223b723be0703137cf6373e23f8ae5c02e92ef82 [diff] [blame] |
patch 7.4.1355 Problem: Win32 console and GUI handle channels differently. Solution: Consolidate code between Win32 console and GUI.
diff --git a/src/version.c b/src/version.c index 33824d1..84bcb34 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1355, +/**/ 1354, /**/ 1353,