diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-11-10 00:09:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-11-10 00:09:22 +0000 |
commit | 1d139a012e8b9880885c6f45796437cbee4820c7 (patch) | |
tree | 2aae0ff421773f7f074e8d6fa17ee9a57f42aeeb /src/version.c | |
parent | 38804d64576c07caf06b381fae4578b88f535aa9 (diff) | |
download | vim-git-9.0.0851.tar.gz |
patch 9.0.0851: terminal mouse test is still flakyv9.0.0851
Problem: Terminal mouse test is still flaky.
Solution: Also use WaitForAssert().
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 3433ebce0..cb95d2c26 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 851, +/**/ 850, /**/ 849, |