summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-01-31 17:40:55 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-31 17:40:55 +0000
commit9e0208f51cf1354ce0a7d3988133041a78681605 (patch)
tree21409202f259448aaca319fc084c536656b18190 /runtime/doc/usr_41.txt
parent223a950a85448253780da4e821a5b23dcdfad28f (diff)
downloadvim-git-9e0208f51cf1354ce0a7d3988133041a78681605.tar.gz
patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276
Problem: Separate test function for the GUI scrollbar. Solution: Use test_gui_event(). (Yegappan Lakshmanan, closes #9674)
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index ebfbbe6bb..7bb363b43 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1130,7 +1130,6 @@ Testing: *test-functions*
test_setmouse() set the mouse position
test_feedinput() add key sequence to input buffer
test_option_not_set() reset flag indicating option was set
- test_scrollbar() simulate scrollbar movement in the GUI
test_refcount() return an expression's reference count
test_srand_seed() set the seed value for srand()
test_unknown() return a value with unknown type