Skip to content

Commit 1ac4ce5

Browse files
committed
Update {if_ole,options}.{txt,jax}
1 parent bcf6a76 commit 1ac4ce5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/if_ole.jax

Lines changed: 1 addition & 1 deletion
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

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)