Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update {if_ole,options}.{txt,jax} #1378

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/if_ole.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions en/if_ole.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
h-east marked this conversation as resolved.
Show resolved Hide resolved
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|.
Expand Down
4 changes: 2 additions & 2 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down