comparison runtime/doc/testing.txt @ 32590:635de73eeb4c

Update runtime files Commit: https://github.com/vim/vim/commit/10e8ff9b26078994cae57c2422b145d37aaf714e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 10 21:40:39 2023 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jun 2023 22:45:05 +0200
parents c1f730c2b51e
children 448aef880252
comparison
equal deleted inserted replaced
32589:47f101f21004 32590:635de73eeb4c
1 *testing.txt* For Vim version 9.0. Last change: 2023 May 04 1 *testing.txt* For Vim version 9.0. Last change: 2023 May 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
164 164
165 "scrollbar": 165 "scrollbar":
166 Set or drag the left, right or horizontal scrollbar. Only 166 Set or drag the left, right or horizontal scrollbar. Only
167 works when the scrollbar actually exists. The supported 167 works when the scrollbar actually exists. The supported
168 items in {args} are: 168 items in {args} are:
169 which: scrollbar. The supported values are: 169 which: Selects the scrollbar. The supported values
170 are:
170 left Left scrollbar of the current window 171 left Left scrollbar of the current window
171 right Right scrollbar of the current window 172 right Right scrollbar of the current window
172 hor Horizontal scrollbar 173 hor Horizontal scrollbar
173 value: amount to scroll. For the vertical scrollbars 174 value: Amount to scroll. For the vertical scrollbars
174 the value can be 1 to the line-count of the 175 the value can be between 0 to the line-count
175 buffer. For the horizontal scrollbar the 176 of the buffer minus one. For the horizontal
176 value can be between 1 and the maximum line 177 scrollbar the value can be between 1 and the
177 length, assuming 'wrap' is not set. 178 maximum line length, assuming 'wrap' is not
179 set.
178 dragging: 1 to drag the scrollbar and 0 to click in the 180 dragging: 1 to drag the scrollbar and 0 to click in the
179 scrollbar. 181 scrollbar.
180 182
181 "key": 183 "key":
182 Send a low-level keyboard event (e.g. key-up or down). 184 Send a low-level keyboard event (e.g. key-up or down).