commit | d383c92ec1d14ffd5c3802f0ffd763e91d547fa8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 15:27:08 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 15:27:08 2019 +0100 |
tree | 99d9e2580875c47a54a5b4ef6f441f7c32268b8b | |
parent | b091f30bf38eacb31b9d8c97c82c7e0af9866301 [diff] [blame] |
patch 8.1.0778: terminal test fails on MS-Windows Problem: Terminal test fails on MS-Windows. Solution: Temporarily skip the test on MS-Windows. Do run it both in terminal and GUI on other systems.
diff --git a/src/version.c b/src/version.c index a83bad6..3a1369c 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 778, +/**/ 777, /**/ 776,