commit | eef0531621c8d4045d669eb815b051d925983df8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 20:21:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 20:21:23 2017 +0200 |
tree | 5fed6d21d71baca36c9a075fa4988cc70ed5efa5 | |
parent | 37819ed54064b949b1f205c9f4084ba32e3db8bc [diff] [blame] |
patch 8.0.0979: terminal noblock test fails on MS-Windows Problem: Terminal noblock test fails on MS-Windows. (Christian Brabandt) Solution: Ignore empty line below "done".
diff --git a/src/version.c b/src/version.c index 0488c19..5d97014 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 979, +/**/ 978, /**/ 977,