summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-31 17:48:19 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-31 17:48:19 +0200
commitf1699968baf3619a4147b44c891ba4a0985e7656 (patch)
treef3e4fed317ae16c6d499feb6319b25c3eae7066f /src/version.c
parent06fe74aef72606ac34c9f494186e52614b8fb59a (diff)
downloadvim-git-f1699968baf3619a4147b44c891ba4a0985e7656.tar.gz
patch 8.1.1951: mouse double click test is a bit flakyv8.1.1951
Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 156f07513..00e82da91 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1951,
+/**/
1950,
/**/
1949,