Skip to content

Commit 15e6191

Browse files
committed
testing.txt: Update Vim 9.0.0752
1 parent fb88d19 commit 15e6191

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

en/testing.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ test_gui_event({event}, {args})
9494
"findrepl" search and replace text.
9595
"mouse" mouse button click event.
9696
"scrollbar" move or drag the scrollbar.
97+
"sendevent" send a low-level GUI event.
9798
"tabline" select a tab page by mouse click.
9899
"tabmenu" select a tabline menu entry.
99100

@@ -177,6 +178,16 @@ test_gui_event({event}, {args})
177178
dragging: 1 to drag the scrollbar and 0 to click in the
178179
scrollbar.
179180

181+
"sendevent":
182+
Send a low-level GUI event (e.g. key-up or down).
183+
Currently only supported on MS-Windows.
184+
The supported items in {args} are:
185+
event: The supported string values are:
186+
keyup generate a keyup event
187+
keydown generate a keydown event
188+
keycode: Keycode to use for a keyup or a keydown event.
189+
*E1291*
190+
180191
"tabline":
181192
Inject a mouse click event on the tabline to select a
182193
tabpage. The supported items in {args} are:
@@ -268,6 +279,9 @@ test_override({name}, {val}) *test_override()*
268279
Current supported values for {name} are:
269280

270281
{name} effect when {val} is non-zero ~
282+
alloc_lines make a copy of every buffer line into allocated
283+
memory, so that memory access errors can be found
284+
by valgrind
271285
autoload `import autoload` will load the script right
272286
away, not postponed until an item is used
273287
char_avail disable the char_avail() function
@@ -287,7 +301,8 @@ test_override({name}, {val}) *test_override()*
287301
uptime overrules sysinfo.uptime
288302
vterm_title setting the window title by a job running in a
289303
terminal window
290-
ALL clear all overrides ({val} is not used)
304+
ALL clear all overrides, except alloc_lines ({val} is
305+
not used)
291306

292307
"starting" is to be used when a test should behave like
293308
startup was done. Since the tests are run by sourcing a

0 commit comments

Comments
 (0)