commit | 0426bae2abede764d0dd366a28663d1c6e6ab0fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 16:06:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 16:06:05 2016 +0200 |
tree | e108267527c420aac2fd74509a6cd132b27ba64f | |
parent | e999782e369999539a1783a7ebe4eadcc6da28a8 [diff] [blame] |
patch 7.4.2281 Problem: Timer test fails sometimes. Solution: Reduce minimum time by 1 msec.
diff --git a/src/version.c b/src/version.c index 8bca417..afe9c98 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2281, +/**/ 2280, /**/ 2279,