Skip to content

Commit 3cec462

Browse files
authored
Merge pull request #2222 from h-east/update-version4
Update version4.{txt,jax}
2 parents 09c5c7f + 37ab6fb commit 3cec462

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

doc/version4.jax

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version4.txt* For Vim バージョン 9.1. Last change: 2006 Apr 24
1+
*version4.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -38,7 +38,7 @@ Backspace と Delete キーについて |backspace-delete|
3838
バックアップファイルは削除されます。バックアップファイルを取っておきたい場合は
3939
'backup' オプションを vimrc でオンにしておいてください。この変更がなされた理由
4040
は多くの人がバックアップファイルが残ることに Vi-compatible ではない、と不満を
41-
唱えたからです。 |'backup'|
41+
唱えたからです。 'backup'
4242

4343

4444
バックアップファイルの拡張子を変更 *backup-extension*
@@ -54,7 +54,7 @@ Backspace と Delete キーについて |backspace-delete|
5454

5555
もし ".bak" という拡張子の方がよいなら 'backupext' オプションで設定することが
5656
できます。 >
57-
:set bex=.bak |'backupext'|
57+
:set bex=.bak 'backupext'
5858
5959
6060
スワップファイルの構造を変更 *swapfile-changed*
@@ -145,7 +145,7 @@ Vim を使っていて "\|" をバーを含めるためにマッピングで使
145145
<> の中のキーの名前はマッピングで直接使うことができます。つまりこれらの例をコ
146146
ピー/ペーストするかその通りにタイプすることができるのです。<>表記はこの |<>|
147147
で紹介されています。これを動作させるには 'B' と '<' フラグが 'cpoptions' の中
148-
にあってはいけません。|'cpoptions'|
148+
にあってはいけません。'cpoptions'
149149

150150
old name new name old code old MS-DOS code ~
151151
hex dec hex dec ~
@@ -296,7 +296,7 @@ t_undo t_&8 <Undo> アンドゥキー *t_undo*
296296
'graphic' オプションは <~> と 0xa0の文字をスクリーンに直接表示させるために使わ
297297
れていました。いまは 'isprint' オプションがこの代わりになりますし、もっと強化さ
298298
れています。初期の設定は同じで前に 'graphic' オプションを vimrc でセットしてい
299-
る場合のみ気をつける必要があります。 |'isprint'|
299+
る場合のみ気をつける必要があります。 'isprint'
300300

301301

302302
'yankendofline' オプションがなくなりました *ye-option-gone*
@@ -312,11 +312,11 @@ t_undo t_&8 <Undo> アンドゥキー *t_undo*
312312

313313
"Thanks for flying Vim" のタイトルが残るのを避けるために、'title' オプションは
314314
もとのタイトルを復元できる場合にのみ初期値でオンになるようになりました。
315-
|'title'|
315+
'title'
316316

317317
'icon' オプションの初期値は 'title' オプションのように元の値を復元できるかどう
318318
かによるようになりました。もしアイコンのタイトルを変更するのが嫌であれば次の行
319-
をvimrc に加えてください。 |'icon'|
319+
をvimrc に加えてください。 'icon'
320320
:set noicon
321321

322322

@@ -327,7 +327,7 @@ t_undo t_&8 <Undo> アンドゥキー *t_undo*
327327
まで 'i' フラグが意味していた反転ハイライトには 'r' フラグが使われるようになり
328328
ました。普通はこの変更による違いは気づかないかもしれません。というのはほとんど
329329
の端末では斜体表示はサポートされていない上、斜体表示が使えないときは反転モード
330-
が使われるからです。 |'highlight'|
330+
が使われるからです。 'highlight'
331331

332332
'highlight' オプションでセットされるアイテムのうち定義されていないアイテムは従
333333
来は反転モードで表示されていましたが、'highlight' でのそのアイテムのデフォルト
@@ -337,8 +337,8 @@ t_undo t_&8 <Undo> アンドゥキー *t_undo*
337337
'tildeop''weirdinvert' の略記名を変更 *short-name-changed*
338338
-----------------------------------------
339339

340-
'to' ('tildeop' の略記名) は 'top' に変更 |'tildeop'|
341-
'wi' ('weirdinvert' の略記名) は 'wiv' に変更 |'weirdinvert'|
340+
'to' ('tildeop' の略記名) は 'top' に変更 'tildeop'
341+
'wi' ('weirdinvert' の略記名) は 'wiv' に変更 'weirdinvert'
342342

343343
これは Vi が 'wi''window' の略記名に使っており 'to''timeout' の略記名
344344
として使っているために変更されました。このことはこれらのオプションをセットしよ
@@ -362,6 +362,6 @@ t_undo t_&8 <Undo> アンドゥキー *t_undo*
362362
ました。このことは、この動作を知らないで誤ってCTRL-Bを押してしまった場合、どう
363363
やってアンドゥしてよいか気づくのが困難でした。ほとんどの人はこの機能を使ってい
364364
ないので初期値では使えないようにしました。もしこの機能を使いたいならばコンパイ
365-
ルするときにRIGHTLEFT を feature.h で define してください。 |'revins'|
365+
ルするときにRIGHTLEFT を feature.h で define してください。 'revins'
366366

367367
vim:tw=78:ts=8:noet:ft=help:norl:

en/version4.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version4.txt* For Vim version 9.1. Last change: 2006 Apr 24
1+
*version4.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -38,7 +38,7 @@ Now the default for 'backup' is off. As soon as the writing of the file has
3838
successfully finished, the backup file is deleted. If you want to keep the
3939
backup file, set 'backup' on in your vimrc. The reason for this change is
4040
that many people complained that leaving a backup file behind is not
41-
Vi-compatible. |'backup'|
41+
Vi-compatible. 'backup'
4242

4343

4444
Extension for backup file changed *backup-extension*
@@ -139,7 +139,7 @@ documentation.
139139
The key names in <> can be used in mappings directly. This makes it possible
140140
to copy/paste examples or type them literally. The <> notation has been
141141
introduced for this |<>|. The 'B' and '<' flags must not be present in
142-
'cpoptions' to enable this to work |'cpoptions'|.
142+
'cpoptions' to enable this to work 'cpoptions'.
143143

144144
old name new name old code old MS-DOS code ~
145145
hex dec hex dec ~
@@ -289,7 +289,7 @@ The 'graphic' option was used to make the characters between <~> and 0xa0
289289
display directly on the screen. Now the 'isprint' option takes care of this
290290
with many more possibilities. The default setting is the same; you only need
291291
to look into this if you previously set the 'graphic' option in your vimrc.
292-
|'isprint'|
292+
'isprint'
293293

294294

295295
'yankendofline' option gone *ye-option-gone*
@@ -304,11 +304,11 @@ The 'yankendofline' option has been removed. Instead you can just use
304304

305305
The 'title' option is now only set by default if the original title can be
306306
restored. Avoids "Thanks for flying Vim" titles. If you want them anyway,
307-
put ":set title" in your vimrc. |'title'|
307+
put ":set title" in your vimrc. 'title'
308308

309309
The default for 'icon' now depends on the possibility of restoring the
310310
original value, just like 'title'. If you don't like your icon titles to be
311-
changed, add this line to your vimrc: |'icon'|
311+
changed, add this line to your vimrc: 'icon'
312312
:set noicon
313313

314314

@@ -318,7 +318,7 @@ changed, add this line to your vimrc: |'icon'|
318318
The 'i' flag now means italic highlighting, instead of invert. The 'r' flag
319319
is used for reverse highlighting, which is what 'i' used to be. Normally you
320320
won't see the difference, because italic mode is not supported on most
321-
terminals and reverse mode is used as a fallback. |'highlight'|
321+
terminals and reverse mode is used as a fallback. 'highlight'
322322

323323
When an occasion is not present in 'highlight', use the mode from the default
324324
value for 'highlight', instead of reverse mode.
@@ -327,8 +327,8 @@ value for 'highlight', instead of reverse mode.
327327
'tildeop' and 'weirdinvert' short names changed *short-name-changed*
328328
-----------------------------------------------
329329

330-
Renamed 'to' (abbreviation for 'tildeop') to 'top'. |'tildeop'|
331-
Renamed 'wi' (abbreviation for 'weirdinvert') to 'wiv'. |'weirdinvert'|
330+
Renamed 'to' (abbreviation for 'tildeop') to 'top'. 'tildeop'
331+
Renamed 'wi' (abbreviation for 'weirdinvert') to 'wiv'. 'weirdinvert'
332332

333333
This was done because Vi uses 'wi' as the short name for 'window' and 'to' as
334334
the short name for 'timeout'. This means that if you try setting these
@@ -350,6 +350,6 @@ CTRL-B in Insert mode removed *toggle-revins*
350350
CTRL-B in Insert mode used to toggle the 'revins' option. If you don't know
351351
this and accidentally hit CTRL-B, it is very difficult to find out how to undo
352352
it. Since hardly anybody uses this feature, it is disabled by default. If
353-
you want to use it, define RIGHTLEFT in feature.h before compiling. |'revins'|
353+
you want to use it, define RIGHTLEFT in feature.h before compiling. 'revins'
354354

355355
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)