commit | a45ff6caba706191b4fe328cab4c742ce17fa779 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 20:06:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 20:06:10 2017 +0100 |
tree | e4bb2c87db243f4fa0d947bb839df5006d4d85b2 | |
parent | 3660a10c73a6d716ae9fca21f7c5a3282ddc7c85 [diff] [blame] |
patch 8.0.1355: cursor keys don't work in MS-Windows console Problem: Cursor keys don't work in MS-Windows console. Solution: Revert the previous patch. Also delete dead code.
diff --git a/src/version.c b/src/version.c index 4f9d0b1..0be4be4 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1355, +/**/ 1354, /**/ 1353,