1
0
forked from aniani/vim

patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal window

Problem:    Cannot use CTRL-W <Down> to move out of a terminal window.
Solution:   Use special_to_buf() instead of mb_char2bytes(). (closes #7045)
This commit is contained in:
Bram Moolenaar
2020-09-29 21:23:25 +02:00
parent 391c362794
commit f43e7ac4ee
3 changed files with 22 additions and 2 deletions

View File

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