1
0
forked from aniani/vim

patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get error

Problem:    Typing CTRL-W n in a terminal window causes ml_get error.
Solution:   When resizing the terminal outside of terminal_loop() make sure
            the snapshot is complete.
This commit is contained in:
Bram Moolenaar
2018-07-08 20:49:07 +02:00
parent 2338c32b53
commit 875cf87894
3 changed files with 33 additions and 2 deletions

View File

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