summaryrefslogtreecommitdiff
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
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 beef79d48..71e5f7ccd 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -223,12 +223,12 @@ test_ignore_error({expr}) *test_ignore_error()*
Can also be used as a |method|: >
GetErrorText()->test_ignore_error()
-
+
test_mswin_event({event}, {args}) *test_mswin_event()*
Generate a low-level MS-Windows {event} with arguments {args}
- for testing Vim functionality. It works for MS-Windows GUI
+ for testing Vim functionality. It works for MS-Windows GUI
and for the console.
-
+
{event} is a String and the supported values are:
"mouse" mouse event.
"key" keyboard event.