summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-06-21 18:44:26 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-21 18:44:26 +0200
commitf1e7449d567c630601aa0cec6c663b791785a668 (patch)
treeb2c0247a651d4fc70af649b1951392d5acca9658 /runtime/doc/usr_41.txt
parent2ac4b2536a40e5cd75b4ff7a3d44a282d2f4f008 (diff)
downloadvim-git-f1e7449d567c630601aa0cec6c663b791785a668.tar.gz
patch 8.2.3028: GUI mouse events not testedv8.2.3028
Problem: GUI mouse events not tested. Solution: Add test_gui_mouse_event(). Add mouse tests. Also add a few viminfo tests. (Yegappan Lakshmanan, closes #8407)
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 09d5a39db..de7f19707 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1021,6 +1021,7 @@ Testing: *test-functions*
test_garbagecollect_now() free memory right now
test_garbagecollect_soon() set a flag to free memory soon
test_getvalue() get value of an internal variable
+ test_gui_mouse_event() add a GUI mouse event to the input buffer
test_ignore_error() ignore a specific error message
test_null_blob() return a null Blob
test_null_channel() return a null Channel