commit | 8fb1b47a5e24892b23c3923a07d8a850d99b14b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 16:16:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 16:16:26 2020 +0100 |
tree | 9f6870f3cdaf53d340a535ec66c9a4b71ead5dc2 | |
parent | b81f56fb57c87a7490dd79908c257437d1958447 [diff] [blame] |
patch 8.2.0310: autocmd test fails on a slow system Problem: Autocmd test fails on a slow system. Solution: Adjust the expectations. (James McCoy, closes #5685)
diff --git a/src/version.c b/src/version.c index b8e47fc..61ee30c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 310, +/**/ 309, /**/ 308,