diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-15 19:51:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-15 19:51:56 +0200 |
commit | b340baed9f7fc1c19a0742e2214d54982190c15e (patch) | |
tree | fdddb599beb4c7b83df200516e63c98703004457 /runtime | |
parent | 47a519a933e8bcaf703a5feaac5c01491a658ee3 (diff) | |
download | vim-git-b340baed9f7fc1c19a0742e2214d54982190c15e.tar.gz |
patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982
Problem: Insufficient testing for reading/writing files.
Solution: Add more tests. (Yegappan Lakshmanan, closes #6257)
Add "ui_delay" to test_override() and use it for the CTRL-O test.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/testing.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt index 4e85bdc37..64b8697ef 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". + ui_delay time in msec to use in ui_delay(); overrules a + wait time of up to 3 seconds for messages term_props reset all terminal properties when the version string is detected ALL clear all overrides ({val} is not used) |