commit | 776b954622b45125dfdcb4a61243ca90956b0825 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 22:27:48 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 22:27:48 2021 +0100 |
tree | bb8c37ef85c09c71c7fb213070f0a64fc4805800 | |
parent | 23b32a8d6bd9ec83c0c6632b7a8bfa544ac0a2f1 [diff] [blame] |
patch 8.2.2589: recover test hangs in the GUI Problem: Recover test hangs in the GUI. Solution: Add g:skipped_reason to skip a _nocatch_ test.
diff --git a/src/version.c b/src/version.c index 4d693c4..87ac80f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2589, +/**/ 2588, /**/ 2587,