commit | 8e539c51c31461fc602071373bdff9edd1aed25f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 18 22:57:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 18 22:57:06 2017 +0200 |
tree | b98f1e2ae2e88ff5b26b01104ebbea080a590bc1 | |
parent | f66a2cda2c425c441fc5e20c8f8893c9630e3aaa [diff] [blame] |
patch 8.0.0960: job in terminal does not get CTRL-C Problem: Job in terminal does not get CTRL-C, we send a SIGINT instead. Solution: Don't call may_send_sigint() on CTRL-C. Make CTRL-W CTRL-C end the job.
diff --git a/src/version.c b/src/version.c index 7b17219..a424c6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 960, +/**/ 959, /**/ 958,