commit | 875cf8789426cc258d85358ea2c86744a5a87b16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 20:49:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 20:49:07 2018 +0200 |
tree | 4688ac646299f89e0fd90f0542afd78d377e8912 | |
parent | 2338c32b53d20dc18540b1a20845bcd8a6371bff [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index dec266d..2821a1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 171, +/**/ 170, /**/ 169,