commit | fae428354213b54626ff9e29faa5fd86161da942 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 22:24:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 22:24:26 2017 +0200 |
tree | 26926e8d68d6d6aef91561a83b51fd5bce5f856a | |
parent | 94053a51255121713f51c122eb0dbb46c120e6d4 [diff] [blame] |
patch 8.0.0839: cannot kill a job in a terminal with CTRL-C Problem: Cannot kill a job in a terminal with CTRL-C. Solution: Set the controlling tty and send SIGINT. (closes #1910)
diff --git a/src/version.c b/src/version.c index 25c39f1..1922837 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 839, +/**/ 838, /**/ 837,