commit | 37819ed54064b949b1f205c9f4084ba32e3db8bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 19:33:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 19:33:47 2017 +0200 |
tree | 729df977aaac55450e99b70c07ee90eecb286542 | |
parent | 5983d5024711f078e7261264cb0e7d6e57953968 [diff] [blame] |
patch 8.0.0978: writing to terminal job is not tested Problem: Writing to terminal job is not tested. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 432849f..0488c19 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 978, +/**/ 977, /**/ 976,