1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-07-28 13:48:34 +02:00
parent 8bcc99b821
commit 1f28b4c6a3
4 changed files with 54 additions and 19 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
787,
/**/
786,
/**/