From: h_east Date: Sun, 18 Feb 2024 17:51:46 +0000 (+0900) Subject: runtime(doc): Fix typo in testing.txt (#14054) X-Git-Tag: v9.1.0115~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=026b17404aa3b6e01c4ee5f14a174f33c53f4401;p=thirdparty%2Fvim.git runtime(doc): Fix typo in testing.txt (#14054) Signed-off-by: h-east Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt index 442285dc86..fcd402c025 100644 --- a/runtime/doc/testing.txt +++ b/runtime/doc/testing.txt @@ -235,7 +235,7 @@ test_mswin_event({event}, {args}) *test_mswin_event()* "mouse" mouse event. "key" keyboard event. "set_keycode_trans_strategy" - Change the key transation method + Change the key translation method. "mouse": 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": |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 using ToUnicode() Win API call. classic: The method used pre Patch v8.2.4807