commit | b7a97ef340f03ca08df8c8e00cd5580f61aac824 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 22:11:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 22:11:56 2019 +0200 |
tree | f90a42653ca822889eb685700b0068072484603a | |
parent | 37ac4a531ce58daa201e3e045ef553734eaa432a [diff] [blame] |
patch 8.1.2099: state() test fails on some Mac systems Problem: state() test fails on some Mac systems. Solution: Increase the wait time. (closes #4983)
diff --git a/src/version.c b/src/version.c index 20a0285..28660ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2099, +/**/ 2098, /**/ 2097,