From eef0531621c8d4045d669eb815b051d925983df8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 20 Aug 2017 20:21:23 +0200 Subject: 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". --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 0488c199d..5d97014c0 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 979, /**/ 978, /**/ -- cgit v1.2.1