summaryrefslogtreecommitdiff
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-13 15:47:25 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-13 15:47:25 +0200
commit0c0eddd3ddd266bcc2036362fae7b2b8b9d2c7bf (patch)
treee4c0912ac6fd6632c69c19fc062e64b4e1970076 /runtime/doc/testing.txt
parent4a021dfbeee88ac09d07e257912485314ecdcabe (diff)
downloadvim-git-0c0eddd3ddd266bcc2036362fae7b2b8b9d2c7bf.tar.gz
patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970
Problem: Terminal properties are not available in Vim script. Solution: Add the terminalprops() function.
Diffstat (limited to 'runtime/doc/testing.txt')
-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 c708beccc..12990d3ec 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -165,6 +165,8 @@ test_override({name}, {val}) *test_override()*
terminals
no_wait_return set the "no_wait_return" flag. Not restored
with "ALL".
+ term_props reset all terminal properties when the version
+ string is detected
ALL clear all overrides ({val} is not used)
"starting" is to be used when a test should behave like