commit | 1450112eef2eda211d398d6d7ac03f7a29fa4f55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 22:32:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 22:32:28 2022 +0000 |
tree | 1837ddc1fa75dd6e4094b0e43d362087d456883c | |
parent | 3a8ad5918b5c1b4c36b39c420ce933b452929dd8 [diff] [blame] |
patch 8.2.4212: window title test still fails in some configurations Problem: Window title test still fails in some configurations. Solution: Explicitly set the 'title' option.
diff --git a/src/version.c b/src/version.c index 18d8fc7..fab7939 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4212, +/**/ 4211, /**/ 4210,