diff runtime/doc/usr_41.txt @ 16517:9484fc00ac6b v8.1.1262

patch 8.1.1262: cannot simulate a mouse click in a test commit https://github.com/vim/vim/commit/bb8476be871811e40ddc88c598d9e553aba7fb79 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 15:47:48 2019 +0200 patch 8.1.1262: cannot simulate a mouse click in a test Problem: Cannot simulate a mouse click in a test. Solution: Add test_setmouse().
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 16:00:05 +0200
parents 8c3a1bd270bb
children bcc343175103
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1,4 +1,4 @@
-*usr_41.txt*	For Vim version 8.1.  Last change: 2019 Apr 06
+*usr_41.txt*	For Vim version 8.1.  Last change: 2019 May 04
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -955,6 +955,7 @@ Testing:				    *test-functions*
 	test_null_partial()	return a null Partial function
 	test_null_string()	return a null String
 	test_settime()		set the time Vim uses internally
+	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