Skip to content

Commit c8fa9d6

Browse files
committed
Update mainstream
1 parent ab1f97f commit c8fa9d6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/testing.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Jan 23
1+
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Feb 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/testing.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim version 9.1. Last change: 2024 Jan 23
1+
*testing.txt* For Vim version 9.1. Last change: 2024 Feb 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -235,7 +235,7 @@ test_mswin_event({event}, {args}) *test_mswin_event()*
235235
"mouse" mouse event.
236236
"key" keyboard event.
237237
"set_keycode_trans_strategy"
238-
Change the key transation method
238+
Change the key translation method.
239239

240240
"mouse":
241241
Inject either a mouse button click, or a mouse move, event.
@@ -294,7 +294,8 @@ test_mswin_event({event}, {args}) *test_mswin_event()*
294294

295295
"set_keycode_trans_strategy":
296296
|w32-experimental-keycode-trans-strategy|
297-
Switch the keycode translation method. The supported methods are:
297+
Switch the keycode translation method. The supported methods
298+
are:
298299
experimental: The method used after Patch v8.2.4807
299300
using ToUnicode() Win API call.
300301
classic: The method used pre Patch v8.2.4807

0 commit comments

Comments
 (0)