]> granicus.if.org Git - vim/commit
patch 8.0.0787: cannot send CTRL-W command to terminal job v8.0.0787
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 11:48:34 +0000 (13:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 11:48:34 +0000 (13:48 +0200)
commit1f28b4c6a30d1519a8770d16cbb874735ccced97
treec2d6e32ab0070b3d1dd695fe8ccc1e8895d6709a
parent8bcc99b821706fe4a0a4b8e1b588d453bbf0dfbd
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.
runtime/doc/terminal.txt
src/option.c
src/terminal.c
src/version.c