commit | b50773c6df0bc2c9c2ab1afecc78083abc606de0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 22:31:19 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 22:31:19 2018 +0100 |
tree | 47fb6c76f41240c28e739ae11fd1459ad35d7e5a | |
parent | 1274d33493efb6250470a37b9f4432bb31e87d64 [diff] [blame] |
patch 8.0.1440: terminal window: some vterm responses are delayed Problem: Terminal window: some vterm responses are delayed. Solution: After writing input. check if there is output to read. (Ozaki Kiichi, closes #2594)
diff --git a/src/version.c b/src/version.c index 09fb300..282f662 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1440, +/**/ 1439, /**/ 1438,