commit | 1f28b4c6a30d1519a8770d16cbb874735ccced97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 13:48:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 13:48:34 2017 +0200 |
tree | c2d6e32ab0070b3d1dd695fe8ccc1e8895d6709a | |
parent | 8bcc99b821706fe4a0a4b8e1b588d453bbf0dfbd [diff] [blame] |
patch 8.0.0787: cannot send CTRL-W command to terminal job Problem: Cannot send CTRL-W command to terminal job. Solution: Make CTRL-W . a prefex for sending a key to the job.
diff --git a/src/version.c b/src/version.c index 174524a..92c1eb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 787, +/**/ 786, /**/ 785,