diff --git a/doc/starting.jax b/doc/starting.jax index bd2d1ba1c..c6656ca47 100644 --- a/doc/starting.jax +++ b/doc/starting.jax @@ -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 @@ -497,7 +497,7 @@ VMSでは全てのオプション引数は小文字であるとみなされる "DEFAULTS" 以外の引数と共に "-u" 引数を使用すると、副作用とし てオプション 'compatible' がデフォルトでオンに設定される。これ - は予期せぬ動作を引き起こすかもしれない。|'compatible'| を参照。 + は予期せぬ動作を引き起こすかもしれない。'compatible' を参照。 *-U* *E230* -U {gvimrc} GUIがスタートする時にファイル{gvimrc}が読込まれる。その他のGUI @@ -1346,7 +1346,7 @@ vimrcにオプションの設定を1つだけ加えるには次のようにす 特別な文字(特にスペース)はエスケープする必要がある。 Note: .vimrcファイルを作成するときにはオプション 'compatible' が持つ副作用の影 -響に注意する必要がある。|'compatible'|を参照。 +響に注意する必要がある。'compatible'を参照。 副作用を防ぐため、":mkvimrc"、":mkexrc"、":mksession" は最初にオプション 'compatible' の設定を出力する。 @@ -1634,7 +1634,7 @@ Bash ライクなシェルでは: > が設定されていない時には、"$VIM\_viminfo" になる。$VIM も設定されていない時 には "c:\_viminfo" が使われる。 - 'viminfo' オプションの 'n' フラグは、別の名前のviminfoファイルを使うために、 - そのファイル名を指定するのに使用される|'viminfo'|。 + そのファイル名を指定するのに使用される 'viminfo'。 - Vimの起動引数 "-i" も、viminfoとして別のファイルを指定するのに使用できる|-i|。 ファイル名として "NONE" (全て大文字)が与えられると、viminfoファイルは使用(読 み込みも書き込みも)されない。 diff --git a/en/starting.txt b/en/starting.txt index 2fdf3fcb6..2a0b17259 100644 --- a/en/starting.txt +++ b/en/starting.txt @@ -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 @@ -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 @@ -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. @@ -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!