commit | 5983d5024711f078e7261264cb0e7d6e57953968 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 19:22:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 19:22:56 2017 +0200 |
tree | 8a52484deef982961907e8d3af6048e9a84b7ee3 | |
parent | b241208a13d3e9def36d749b1e824ae694aa85f8 [diff] [blame] |
patch 8.0.0977: cannot send lines to a terminal job on MS-Windows Problem: Cannot send lines to a terminal job on MS-Windows. Solution: Set jv_in_buf. Command doesn't get EOF yet though.
diff --git a/src/version.c b/src/version.c index c191dc7..432849f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 977, +/**/ 976, /**/ 975,