commit | 03dfde2b5f81f06639ec8697cdd32ad50d8509fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 13:17:22 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 13:17:22 2021 +0100 |
tree | aed13cf0050f9580f3d4c0da93a9c51d391050f1 | |
parent | 39f3b1411068ff187b4f9f482b2d6b2c1e7a7268 [diff] [blame] |
patch 8.2.2512: Vim9: compiling error test sometimes fails Problem: Vim9: compiling error test sometimes fails. Solution: use WaitForAssert() instead of sleeping for a bit. (Dominique Pellé, closes #7837)
diff --git a/src/version.c b/src/version.c index c911822..dabc2af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2512, +/**/ 2511, /**/ 2510,