commit | af23bad0fd05b1f6495287089387a1f97efa5b49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 22:20:49 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 22:20:49 2018 +0100 |
tree | 99337db4bd8eb962b5493be291f97c31479f7a8e | |
parent | 4ac31eeff0409de0b1fe2d9e9f678859656ac4ae [diff] [blame] |
patch 8.0.1611: CTRL-W in system terminal does not go to job Problem: CTRL-W in system terminal does not go to job. Solution: Do not use CTRL-W as a terminal command in a system terminal.
diff --git a/src/version.c b/src/version.c index eda2a85..6ab5963 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1611, +/**/ 1610, /**/ 1609,