From 1ac4ce57c858b3a6252e8435d9e9212dca04f29b Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 20 Nov 2023 11:41:40 +0900 Subject: [PATCH 1/2] Update {if_ole,options}.{txt,jax} --- doc/if_ole.jax | 2 +- doc/options.jax | 2 +- en/if_ole.txt | 4 ++-- en/options.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/if_ole.jax b/doc/if_ole.jax index d8f2f6005..8624dc18b 100644 --- a/doc/if_ole.jax +++ b/doc/if_ole.jax @@ -1,4 +1,4 @@ -*if_ole.txt* For Vim バージョン 9.0. Last change: 2022 Oct 08 +*if_ole.txt* For Vim バージョン 9.0. Last change: 2023 Nov 19 VIMリファレンスマニュアル by Paul Moore diff --git a/doc/options.jax b/doc/options.jax index 5de9b14d7..0fead61b3 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -1,4 +1,4 @@ -*options.txt* For Vim バージョン 9.0. Last change: 2023 Nov 11 +*options.txt* For Vim バージョン 9.0. Last change: 2023 Nov 19 VIMリファレンスマニュアル by Bram Moolenaar diff --git a/en/if_ole.txt b/en/if_ole.txt index 9f899ddcc..39d70a84f 100644 --- a/en/if_ole.txt +++ b/en/if_ole.txt @@ -1,4 +1,4 @@ -*if_ole.txt* For Vim version 9.0. Last change: 2022 Oct 08 +*if_ole.txt* For Vim version 9.0. Last change: 2023 Nov 19 VIM REFERENCE MANUAL by Paul Moore @@ -59,7 +59,7 @@ Vim exposes four methods for use by clients. SendKeys(keys) Execute a series of keys. This method takes a single parameter, which is a string of keystrokes. These -keystrokes are executed exactly as if they had been types in at the keyboard. +keystrokes are executed exactly as if they had been typed in at the keyboard. Special keys can be given using their <..> names, as for the right hand side of a mapping. Note: Execution of the Ex "normal" command is not supported - see below |ole-normal|. diff --git a/en/options.txt b/en/options.txt index 77efbd63f..34290ae1e 100644 --- a/en/options.txt +++ b/en/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.0. Last change: 2023 Nov 11 +*options.txt* For Vim version 9.0. Last change: 2023 Nov 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1424,7 +1424,7 @@ A jump table for the options with a short description can be found at |Q_op|. Some applications use the BOM to recognize the encoding of the file. Often used for UCS-2 files on MS-Windows. For other applications it causes trouble, for example: "cat file1 file2" makes the BOM of file2 - appear halfway the resulting file. Gcc doesn't accept a BOM. + appear halfway through the resulting file. Gcc doesn't accept a BOM. When Vim reads a file and 'fileencodings' starts with "ucs-bom", a check for the presence of the BOM is done and 'bomb' set accordingly. Unless 'binary' is set, it is removed from the first line, so that you From 318822b1be80e16e297cdc06a28ed40b393b8a15 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 20 Nov 2023 13:24:36 +0900 Subject: [PATCH 2/2] Fix review pointed out --- doc/if_ole.jax | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/if_ole.jax b/doc/if_ole.jax index 8624dc18b..4a012ed0e 100644 --- a/doc/if_ole.jax +++ b/doc/if_ole.jax @@ -60,9 +60,9 @@ Vimはクライアントに対して4つのメソッドを公開している *ole-sendkeys* SendKeys(keys) 一連のキー操作を実行する。 -このメソッドはひとつの引数、キーストロークの文字列、を取る。これらのキースト -ロークは、完全にキーボードから打ち込まれたもののように実行される。スペシャル -キーは、マッピングの右側に書かれる、<...>形式の名前で与えることができる。 +このメソッドはひとつの引数、すなわちキーストロークの文字列を取る。これらのキー +ストロークは、完全にキーボードから打ち込まれたもののように実行される。スペシャ +ルキーは、マッピングの右側に書かれる、<...>形式の名前で与えることができる。 Note: Ex "normal" コマンドの実行はサポートされていない - 以下の|ole-normal|を 見よ。