commit | c2958585f6c7ce4d822d3191ba501c0757b3ffff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 11:16:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 11:16:31 2021 +0000 |
tree | d732239f9382856769e4bc4ce04aa226dbc09e10 | |
parent | 8176be159859deb9cf6455565bd7b24b3dcf17b9 [diff] [blame] |
patch 8.2.3806: terminal focus test fails sometimes Problem: Terminal focus test fails sometimes. Solution: Run the test function before others.
diff --git a/src/version.c b/src/version.c index 30a71e1..3098c59 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3806, +/**/ 3805, /**/ 3804,