mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): Fix typo in testing.txt (#14054)
Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -235,7 +235,7 @@ test_mswin_event({event}, {args})		*test_mswin_event()* | |||||||
| 		    "mouse"	mouse event. | 		    "mouse"	mouse event. | ||||||
| 		    "key"	keyboard event. | 		    "key"	keyboard event. | ||||||
| 		    "set_keycode_trans_strategy" | 		    "set_keycode_trans_strategy" | ||||||
| 				Change the key transation method | 				Change the key translation method. | ||||||
|  |  | ||||||
| 		"mouse": | 		"mouse": | ||||||
| 		  Inject either a mouse button click, or a mouse move, event. | 		  Inject either a mouse button click, or a mouse move, event. | ||||||
| @@ -294,7 +294,8 @@ test_mswin_event({event}, {args})		*test_mswin_event()* | |||||||
|  |  | ||||||
| 		"set_keycode_trans_strategy": | 		"set_keycode_trans_strategy": | ||||||
| 		  |w32-experimental-keycode-trans-strategy| | 		  |w32-experimental-keycode-trans-strategy| | ||||||
| 		  Switch the keycode translation method. The supported methods are: | 		  Switch the keycode translation method. The supported methods | ||||||
|  | 		  are: | ||||||
| 		    experimental:   The method used after Patch v8.2.4807 | 		    experimental:   The method used after Patch v8.2.4807 | ||||||
| 				    using ToUnicode() Win API call. | 				    using ToUnicode() Win API call. | ||||||
| 		    classic:	    The method used pre Patch v8.2.4807 | 		    classic:	    The method used pre Patch v8.2.4807 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user