commit | ae1bd87fe84bfb31379bc5da351bca56a3d3b571 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu Jan 20 14:57:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 14:57:29 2022 +0000 |
tree | c2ddc317dba707c0a90991ab3153f355151c4e53 | |
parent | 726f7f91fd17e3e7eb39614a20d10ea83c134df0 [diff] [blame] |
patch 8.2.4157: terminal test fails because Windows sets the title Problem: Terminal test fails because Windows sets the title. Solution: Add the "vterm_title" testing override and use it in the test. (Ozaki Kiichi, closes #9556)
diff --git a/src/version.c b/src/version.c index 6eb853f..b79f066 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4157, +/**/ 4156, /**/ 4155,