comparison runtime/doc/testing.txt @ 20861:1725bb56178a v8.2.0982

patch 8.2.0982: insufficient testing for reading/writing files Commit: https://github.com/vim/vim/commit/b340baed9f7fc1c19a0742e2214d54982190c15e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 15 19:51:56 2020 +0200 patch 8.2.0982: insufficient testing for reading/writing files Problem: Insufficient testing for reading/writing files. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6257) Add "ui_delay" to test_override() and use it for the CTRL-O test.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jun 2020 20:00:05 +0200
parents 83cfa1ef1bf2
children 59f93c2d2551
comparison
equal deleted inserted replaced
20860:2665521ed2cd 20861:1725bb56178a
163 fallback to the old engine 163 fallback to the old engine
164 no_query_mouse do not query the mouse position for "dec" 164 no_query_mouse do not query the mouse position for "dec"
165 terminals 165 terminals
166 no_wait_return set the "no_wait_return" flag. Not restored 166 no_wait_return set the "no_wait_return" flag. Not restored
167 with "ALL". 167 with "ALL".
168 ui_delay time in msec to use in ui_delay(); overrules a
169 wait time of up to 3 seconds for messages
168 term_props reset all terminal properties when the version 170 term_props reset all terminal properties when the version
169 string is detected 171 string is detected
170 ALL clear all overrides ({val} is not used) 172 ALL clear all overrides ({val} is not used)
171 173
172 "starting" is to be used when a test should behave like 174 "starting" is to be used when a test should behave like