summaryrefslogtreecommitdiffstats
path: root/runtime/doc/builtin.txt
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-01-27 13:16:59 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-27 13:16:59 +0000
commitb0ad2d92fd19e673ddbbc66742bae3f71778efde (patch)
tree4029f2cb1c3d7b73cad2a52ede1586876949c774 /runtime/doc/builtin.txt
parente939f5ebbae8dd7825d62d84e0c9910fa1756a9c (diff)
patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228
Problem: No tests for clicking in the GUI tabline. Solution: Add test functions to generate the events. Add tests using the functions. (Yegappan Lakshmanan, closes #9638)
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r--runtime/doc/builtin.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 7bb48b8c3d..bfb63d0d59 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -645,6 +645,9 @@ test_gui_drop_files({list}, {row}, {col}, {mods})
none drop a list of files in a window
test_gui_mouse_event({button}, {row}, {col}, {repeated}, {mods})
none add a mouse event to the input buffer
+test_gui_tabline_event({tabnr}) Bool add a tabline event to the input buffer
+test_gui_tabmenu_event({tabnr}, {event})
+ none add a tabmenu event to the input buffer
test_ignore_error({expr}) none ignore a specific error
test_null_blob() Blob null value for testing
test_null_channel() Channel null value for testing