File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ test_gui_event({event}, {args})
91
91
92
92
{event} is a String and the supported values are:
93
93
"dropfiles" drop one or more files in a window.
94
- "findrepl" search and replace text
94
+ "findrepl" search and replace text.
95
95
"mouse" mouse button click event.
96
- "scrollbar" move or drag the scrollbar
96
+ "scrollbar" move or drag the scrollbar.
97
97
"tabline" select a tab page by mouse click.
98
98
"tabmenu" select a tabline menu entry.
99
99
@@ -119,7 +119,7 @@ test_gui_event({event}, {args})
119
119
Perform a search and replace of text. The supported items
120
120
in {args} are:
121
121
find_text: string to find.
122
- repl_text: replacement string
122
+ repl_text: replacement string.
123
123
flags: flags controlling the find/replace. Supported
124
124
values are:
125
125
1 search next string (find dialog)
You can’t perform that action at this time.
0 commit comments