commit | c82dd86084581afa5113b0dd9ade7a631b89b4fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 17:30:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 17:30:33 2020 +0200 |
tree | c843529afc938e31da3a1f1945caf3f428cc5c13 | |
parent | 48af321a3382008dc642362d3f54bb6a61ff36e4 [diff] [blame] |
patch 8.2.0923: cmdline test is slow Problem: Cmdline test is slow. Solution: Use WaitForAssert().
diff --git a/src/version.c b/src/version.c index 64871c9..5c39aa6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 923, +/**/ 922, /**/ 921,