commit | 589b1109c55409baf27f79920d8ffc95111eaa01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 16:39:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 16:39:05 2017 +0200 |
tree | efe2a01927102431f2e5e1bb209ac4d6f03f2e4f | |
parent | 37c45835945fc433a3bb85fcfc0b4fd58b1ee0e7 [diff] [blame] |
patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrong Problem: MS-Windows:CTRL-C handling in terminal window is wrong Solution: Pass CTRL-C as a key. Turn CTRL-BREAK into a key stroke. (Yasuhiro Matsumoto, closes #1965)
diff --git a/src/version.c b/src/version.c index 8ca7d70..3bd461a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 917, +/**/ 916, /**/ 915,