summaryrefslogtreecommitdiffstats
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-08 17:45:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-08 17:45:08 +0100
commitcbaff5e06ec525d31dc44093125c42029e01d508 (patch)
treecf90237ea61147e5cf690a9db7f36741fd3aa0a5 /runtime/doc/testing.txt
parenta8034a4886843fbf10bd59a6f55ec723da515b8e (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r--runtime/doc/testing.txt18
1 files changed, 1 insertions, 17 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 1b726f7390..f2f04a2aec 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -1,4 +1,4 @@
-*testing.txt* For Vim version 8.2. Last change: 2022 Feb 10
+*testing.txt* For Vim version 8.2. Last change: 2022 Apr 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -174,22 +174,6 @@ test_gui_event({event}, {args})
dragging: 1 to drag the scrollbar and 0 to click in the
scrollbar.
- "scrollbar":
- Set or drag the left, right or horizontal scrollbar. Only
- works when the scrollbar actually exists. The supported
- items in {args} are:
- which: scrollbar. The supported values are:
- left Left scrollbar of the current window
- right Right scrollbar of the current window
- hor Horizontal scrollbar
- value: amount to scroll. For the vertical scrollbars
- the value can be 1 to the line-count of the
- buffer. For the horizontal scrollbar the
- value can be between 1 and the maximum line
- length, assuming 'wrap' is not set.
- dragging: 1 to drag the scrollbar and 0 to click in the
- scrollbar.
-
"tabline":
Inject a mouse click event on the tabline to select a
tabpage. The supported items in {args} are: