Skip to content

Update starting.{txt,jax} #2219

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

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions doc/starting.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -497,7 +497,7 @@ VMSでは全てのオプション引数は小文字であるとみなされる

"DEFAULTS" 以外の引数と共に "-u" 引数を使用すると、副作用とし
てオプション 'compatible' がデフォルトでオンに設定される。これ
は予期せぬ動作を引き起こすかもしれない。|'compatible'| を参照。
は予期せぬ動作を引き起こすかもしれない。'compatible' を参照。

*-U* *E230*
-U {gvimrc} GUIがスタートする時にファイル{gvimrc}が読込まれる。その他のGUI
Expand Down Expand Up @@ -1346,7 +1346,7 @@ vimrcにオプションの設定を1つだけ加えるには次のようにす
特別な文字(特にスペース)はエスケープする必要がある。

Note: .vimrcファイルを作成するときにはオプション 'compatible' が持つ副作用の影
響に注意する必要がある。|'compatible'|を参照。
響に注意する必要がある。'compatible'を参照。
副作用を防ぐため、":mkvimrc"、":mkexrc"、":mksession" は最初にオプション
'compatible' の設定を出力する。

Expand Down Expand Up @@ -1634,7 +1634,7 @@ Bash ライクなシェルでは: >
が設定されていない時には、"$VIM\_viminfo" になる。$VIM も設定されていない時
には "c:\_viminfo" が使われる。
- 'viminfo' オプションの 'n' フラグは、別の名前のviminfoファイルを使うために、
そのファイル名を指定するのに使用される|'viminfo'|
そのファイル名を指定するのに使用される 'viminfo'。
- Vimの起動引数 "-i" も、viminfoとして別のファイルを指定するのに使用できる|-i|。
ファイル名として "NONE" (全て大文字)が与えられると、viminfoファイルは使用(読
み込みも書き込みも)されない。
Expand Down
8 changes: 4 additions & 4 deletions en/starting.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*starting.txt* For Vim version 9.1. Last change: 2025 Jun 28
*starting.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -505,7 +505,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
Using the "-u" argument with another argument than DEFAULTS
has the side effect that the 'compatible' option will be on by
default. This can have unexpected effects. See
|'compatible'|.
'compatible'.

*-U* *E230*
-U {gvimrc} The file {gvimrc} is read for initializations when the GUI
Expand Down Expand Up @@ -1380,7 +1380,7 @@ these steps:
You need to escape special characters, esp. spaces.

Note that when you create a .vimrc file, this can influence the 'compatible'
option, which has several side effects. See |'compatible'|.
option, which has several side effects. See 'compatible'.
":mkvimrc", ":mkexrc" and ":mksession" write the command to set or reset the
'compatible' option to the output file first, because of these side effects.

Expand Down Expand Up @@ -1666,7 +1666,7 @@ VIMINFO FILE NAME *viminfo-file-name*
is not set, "$VIM\_viminfo" is used. When $VIM is also not set,
"c:\_viminfo" is used.
- The 'n' flag in the 'viminfo' option can be used to specify another viminfo
file name |'viminfo'|.
file name 'viminfo'.
- The "-i" Vim argument can be used to set another file name, |-i|. When the
file name given is "NONE" (all uppercase), no viminfo file is ever read or
written. Also not for the commands below!
Expand Down