summaryrefslogtreecommitdiff
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-26 12:21:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-26 12:21:15 +0100
commit8a3b805c6c9cae341d560df9c3567ebbe42a7404 (patch)
treee4698c444eb52cbb7aff2138a8491debceda4c5a /runtime/doc/testing.txt
parent0fbc9260a75dfc4d86f20e7c0eb76878f513a212 (diff)
downloadvim-git-8a3b805c6c9cae341d560df9c3567ebbe42a7404.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r--runtime/doc/testing.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index e6328e91e..42246c049 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -91,9 +91,9 @@ test_gui_event({event}, {args})
{event} is a String and the supported values are:
"dropfiles" drop one or more files in a window.
- "findrepl" search and replace text
+ "findrepl" search and replace text.
"mouse" mouse button click event.
- "scrollbar" move or drag the scrollbar
+ "scrollbar" move or drag the scrollbar.
"tabline" select a tab page by mouse click.
"tabmenu" select a tabline menu entry.
@@ -119,7 +119,7 @@ test_gui_event({event}, {args})
Perform a search and replace of text. The supported items
in {args} are:
find_text: string to find.
- repl_text: replacement string
+ repl_text: replacement string.
flags: flags controlling the find/replace. Supported
values are:
1 search next string (find dialog)