commit | f12d983deab06b0408781d7a6c2f8970d765b723 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:11:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 21:11:25 2016 +0100 |
tree | 50d51bd7d02ffaebeba71a2faecb0380a4a04f84 | |
parent | 83162468b3c8722fffea033d3de144cd4191472a [diff] [blame] |
patch 7.4.1195 Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index c246ed4..54a88c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1195, +/**/ 1194, /**/ 1193,