commit | 012eb6629337fdf8afca78a24faa132e9b42e7b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 17:55:27 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 17:55:27 2018 +0100 |
tree | 294c4a8acb137c0726361fa94a9304fd3d4299a6 | |
parent | a903472cfa048e7a29d9c6ed0945ef03e48c6a08 [diff] [blame] |
patch 8.0.1605: terminal test is a bit flaky Problem: Terminal test is a bit flaky. Solution: Check for the shell prompt. Use more lambda functions.
diff --git a/src/version.c b/src/version.c index 36e94b1..3236096 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1605, +/**/ 1604, /**/ 1603,