Skip to content

Commit ded5f77

Browse files
authored
Merge pull request #1378 from vim-jp/hh-update-two-files
Update {if_ole,options}.{txt,jax}
2 parents d25a097 + 318822b commit ded5f77

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/if_ole.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim バージョン 9.0. Last change: 2022 Oct 08
1+
*if_ole.txt* For Vim バージョン 9.0. Last change: 2023 Nov 19
22

33

44
VIMリファレンスマニュアル by Paul Moore
@@ -60,9 +60,9 @@ Vimはクライアントに対して4つのメソッドを公開している
6060
*ole-sendkeys*
6161
SendKeys(keys) 一連のキー操作を実行する。
6262

63-
このメソッドはひとつの引数、キーストロークの文字列、を取る。これらのキースト
64-
ロークは、完全にキーボードから打ち込まれたもののように実行される。スペシャル
65-
キーは、マッピングの右側に書かれる、<...>形式の名前で与えることができる。
63+
このメソッドはひとつの引数、すなわちキーストロークの文字列を取る。これらのキー
64+
ストロークは、完全にキーボードから打ち込まれたもののように実行される。スペシャ
65+
ルキーは、マッピングの右側に書かれる、<...>形式の名前で与えることができる。
6666
Note: Ex "normal" コマンドの実行はサポートされていない - 以下の|ole-normal|
6767
見よ。
6868

doc/options.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.0. Last change: 2023 Nov 11
1+
*options.txt* For Vim バージョン 9.0. Last change: 2023 Nov 19
22

33

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

en/if_ole.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim version 9.0. Last change: 2022 Oct 08
1+
*if_ole.txt* For Vim version 9.0. Last change: 2023 Nov 19
22

33

44
VIM REFERENCE MANUAL by Paul Moore
@@ -59,7 +59,7 @@ Vim exposes four methods for use by clients.
5959
SendKeys(keys) Execute a series of keys.
6060

6161
This method takes a single parameter, which is a string of keystrokes. These
62-
keystrokes are executed exactly as if they had been types in at the keyboard.
62+
keystrokes are executed exactly as if they had been typed in at the keyboard.
6363
Special keys can be given using their <..> names, as for the right hand side
6464
of a mapping. Note: Execution of the Ex "normal" command is not supported -
6565
see below |ole-normal|.

en/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.0. Last change: 2023 Nov 11
1+
*options.txt* For Vim version 9.0. Last change: 2023 Nov 19
22

33

44
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|.
14241424
Some applications use the BOM to recognize the encoding of the file.
14251425
Often used for UCS-2 files on MS-Windows. For other applications it
14261426
causes trouble, for example: "cat file1 file2" makes the BOM of file2
1427-
appear halfway the resulting file. Gcc doesn't accept a BOM.
1427+
appear halfway through the resulting file. Gcc doesn't accept a BOM.
14281428
When Vim reads a file and 'fileencodings' starts with "ucs-bom", a
14291429
check for the presence of the BOM is done and 'bomb' set accordingly.
14301430
Unless 'binary' is set, it is removed from the first line, so that you

0 commit comments

Comments
 (0)