commit | 206c2a6e19475ab664ca4cea3df8e42313d3a4c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 14:04:44 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 14:04:44 2021 +0100 |
tree | 036b5ee16d0250ffa8809446dcea522646c4d0b3 | |
parent | 3445320839a38b3b0c253513b125da8298ec27d6 [diff] [blame] |
patch 8.2.2436: Vim9 script test is a bit flaky Problem: Vim9 script test is a bit flaky. Solution: Wait longer for exit callback.
diff --git a/src/version.c b/src/version.c index 1347dec..768b3af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2436, +/**/ 2435, /**/ 2434,