diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-02-14 13:17:22 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-02-14 13:17:22 +0100 |
commit | 03dfde2b5f81f06639ec8697cdd32ad50d8509fd (patch) | |
tree | aed13cf0050f9580f3d4c0da93a9c51d391050f1 /src/version.c | |
parent | 39f3b1411068ff187b4f9f482b2d6b2c1e7a7268 (diff) | |
download | vim-git-03dfde2b5f81f06639ec8697cdd32ad50d8509fd.tar.gz |
patch 8.2.2512: Vim9: compiling error test sometimes failsv8.2.2512
Problem: Vim9: compiling error test sometimes fails.
Solution: use WaitForAssert() instead of sleeping for a bit. (Dominique
Pellé, closes #7837)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c91182234..dabc2af70 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2512, +/**/ 2511, /**/ 2510, |