commit | 24714a191659b89c26bd7acd5934590d1c5c51d2 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Sat Jan 29 12:10:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 12:10:43 2022 +0000 |
tree | eaef8990f758b8bfccddbbc276c64660ce16a1b4 | |
parent | 585ee07cfef307b2fc828537e0d31fdc22d7e79f [diff] [blame] |
patch 8.2.4250: channel out callback test is flaky on Mac Problem: Channel out callback test is flaky on Mac. Solution: Assign high priority to the test process. (Ozaki Kiichi, closes #9653)
diff --git a/src/version.c b/src/version.c index 0e95130..0657a15 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4250, +/**/ 4249, /**/ 4248,