summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-01-20 14:57:29 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-20 14:57:29 +0000
commitae1bd87fe84bfb31379bc5da351bca56a3d3b571 (patch)
treec2ddc317dba707c0a90991ab3153f355151c4e53 /runtime
parent726f7f91fd17e3e7eb39614a20d10ea83c134df0 (diff)
patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157
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)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/testing.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 0459aa3042..2811568fc6 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -208,6 +208,8 @@ test_override({name}, {val}) *test_override()*
ui_delay time in msec to use in ui_delay(); overrules a
wait time of up to 3 seconds for messages
uptime overrules sysinfo.uptime
+ vterm_title setting the window title by a job running in a
+ terminal window
ALL clear all overrides ({val} is not used)
"starting" is to be used when a test should behave like