commit | 753289f9bf71c0528f00d803a39d017184640e9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 25 23:22:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 25 23:22:05 2017 +0200 |
tree | fb2364ee4f94af87f54867a4c65fba56f7395d17 | |
parent | be0b72977f1f1de14f231b5879d5c600ba72c6a6 [diff] [blame] |
patch 8.0.0995: terminal tests fail on Mac Problem: Terminal tests fail on Mac. Solution: Add workaround: sleep a moment in between sending keys.
diff --git a/src/version.c b/src/version.c index 3180539..9ce38f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 995, +/**/ 994, /**/ 993,