commit | f1699968baf3619a4147b44c891ba4a0985e7656 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 17:48:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 17:48:19 2019 +0200 |
tree | f3e4fed317ae16c6d499feb6319b25c3eae7066f | |
parent | 06fe74aef72606ac34c9f494186e52614b8fb59a [diff] [blame] |
patch 8.1.1951: mouse double click test is a bit flaky Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
diff --git a/src/version.c b/src/version.c index 156f075..00e82da 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1951, +/**/ 1950, /**/ 1949,