commit | 58556cd0e592cba75bf60310d822a20e41f6b02e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 20 23:04:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 20 23:04:46 2017 +0200 |
tree | 92803e43d4dced0c306687f3f3f369e3d89cb75d | |
parent | e825d8b0a4173871272b723f1c1f5b95ee981067 [diff] [blame] |
patch 8.0.0739: terminal resizing doesn't work well. Problem: Terminal resizing doesn't work well. Solution: Resize the terminal to the Vim window and the other way around. Avoid mapping typed keys. Set the environment properly.
diff --git a/src/version.c b/src/version.c index 5149be9..fc0f2da 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 739, +/**/ 738, /**/ 737,