commit | 3a8ad5918b5c1b4c36b39c420ce933b452929dd8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 22:18:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 22:18:24 2022 +0000 |
tree | 30371c8dc00a8b9b3049be826ae5e41e53647593 | |
parent | a6c09a7c20dd8dae43a99c6dc634151940c2fc6c [diff] [blame] |
patch 8.2.4211: window title test still fails in some configurations Problem: Window title test still fails in some configurations. Solution: Use WaitForAssert().
diff --git a/src/version.c b/src/version.c index 5be0473..18d8fc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4211, +/**/ 4210, /**/ 4209,