]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4157: terminal test fails because Windows sets the title v8.2.4157
authorichizok <gclient.gaap@gmail.com>
Thu, 20 Jan 2022 14:57:29 +0000 (14:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Jan 2022 14:57:29 +0000 (14:57 +0000)
commitae1bd87fe84bfb31379bc5da351bca56a3d3b571
treec2ddc317dba707c0a90991ab3153f355151c4e53
parent726f7f91fd17e3e7eb39614a20d10ea83c134df0
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)
runtime/doc/testing.txt
src/globals.h
src/terminal.c
src/testdir/test_terminal.vim
src/testing.c
src/version.c