commit | a6c09a7c20dd8dae43a99c6dc634151940c2fc6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 22:02:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 22:02:15 2022 +0000 |
tree | 39afcabe00ce20d1ac61f6922fd77be10a2fd474 | |
parent | 3e93a2b075e99a2b3ced85227a6373be233712ff [diff] [blame] |
patch 8.2.4210: window title test fails in some configurations Problem: Window title test fails in some configurations. Solution: Only run the test if the title can be obtained.
diff --git a/src/version.c b/src/version.c index 4c263ae..5be0473 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4210, +/**/ 4209, /**/ 4208,