Skip to content

Commit 41d1f52

Browse files
authored
Merge pull request #1736 from vim-jp/hh-update-change
Update change.{txt,jax}
2 parents ea80e5b + 88fe7e6 commit 41d1f52

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/change.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
1+
*change.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1248,8 +1248,7 @@ Note 文字単位のコピーコマンドの後、コピーされたテキスト
12481248
る。
12491249
削除や変更が行われるたびに、レジスタ 1 の内容はレジスタ 2 に、レジスタ 2 の
12501250
内容はレジスタ 3 に、という風にずれていく。レジスタ 9 の内容は失われる。
1251-
{Vi では番号付きレジスタの内容はファイルを変更する際に失われる。レジスタ 0 は
1252-
ない}
1251+
{Vi: レジスタ 0 はない}
12531252

12541253
3. 小削除用レジスタ "- *quote_-* *quote-*
12551254
このレジスタには、範囲が1行以下の削除コマンドで削除されたテキストが蓄えられる。

en/change.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2024 Jul 28
1+
*change.txt* For Vim version 9.1. Last change: 2024 Oct 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1283,8 +1283,7 @@ mapped. E.g. |%| is mapped by the matchit plugin.
12831283
With each successive deletion or change, Vim shifts the previous contents
12841284
of register 1 into register 2, 2 into 3, and so forth, losing the previous
12851285
contents of register 9.
1286-
{Vi: numbered register contents are lost when changing files; register 0 does
1287-
not exist}
1286+
{Vi: register 0 does not exist}
12881287

12891288
3. Small delete register "- *quote_-* *quote-*
12901289
This register contains text from commands that delete less than one line,

0 commit comments

Comments
 (0)