File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Paul Moore
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.0. Last change: 2023 Nov 11
1
+ *options.txt* For Vim バージョン 9.0. Last change: 2023 Nov 19
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Paul Moore
@@ -59,7 +59,7 @@ Vim exposes four methods for use by clients.
59
59
SendKeys(keys) Execute a series of keys.
60
60
61
61
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.
63
63
Special keys can be given using their <..> names, as for the right hand side
64
64
of a mapping. Note: Execution of the Ex "normal" command is not supported -
65
65
see below | ole-normal | .
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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|.
1424
1424
Some applications use the BOM to recognize the encoding of the file.
1425
1425
Often used for UCS-2 files on MS-Windows. For other applications it
1426
1426
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.
1428
1428
When Vim reads a file and 'fileencodings' starts with "ucs-bom", a
1429
1429
check for the presence of the BOM is done and 'bomb' set accordingly.
1430
1430
Unless 'binary' is set, it is removed from the first line, so that you
You can’t perform that action at this time.
0 commit comments