diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-20 19:22:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-20 19:22:56 +0200 |
commit | 5983d5024711f078e7261264cb0e7d6e57953968 (patch) | |
tree | 8a52484deef982961907e8d3af6048e9a84b7ee3 /src/version.c | |
parent | b241208a13d3e9def36d749b1e824ae694aa85f8 (diff) | |
download | vim-git-8.0.0977.tar.gz |
patch 8.0.0977: cannot send lines to a terminal job on MS-Windowsv8.0.0977
Problem: Cannot send lines to a terminal job on MS-Windows.
Solution: Set jv_in_buf. Command doesn't get EOF yet though.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c191dc77d..432849f48 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 977, +/**/ 976, /**/ 975, |