Skip to content

Commit fccd522

Browse files
authored
Merge pull request vim-jp#2363 from h-east/update-change
Update changes.{txt,jax}
2 parents d3fb466 + 3b6adee commit fccd522

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/change.jax

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*change.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1105,12 +1105,12 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
11051105
タ x から] コピーする。このコマンドは常に行単位
11061106
|linewise| の動作をするので、コピーされたブロックを新
11071107
しい行として挿入するときに使える。
1108-
レジスタが指定されていないときのレジスタは 'cb' オプ
1109-
ションに依存する。'cb' が "unnamedplus" を含むときは
1110-
+ レジスタ |quoteplus| からペーストする。そうではなく、
1111-
'cb' が "unnamed" を含むときは * レジスタ |quotestar|
1112-
からペーストする。そうでなければ、無名レジスタ
1113-
|quote_quote| からペーストする。
1108+
レジスタが指定されていないときのレジスタは 'clipboard'
1109+
オプションに依存する。'clipboard' が "unnamedplus"
1110+
含むときは + レジスタ |quoteplus| からペーストする。
1111+
うではなく、'clipboard' が "unnamed" を含むときは *
1112+
ジスタ |quotestar| からペーストする。そうでなければ、
1113+
無名レジスタ |quote_quote| からペーストする。
11141114
レジスタには '=' に続けて式を指定することもできる。コ
11151115
マンドの末尾までが式として評価される。文字 '|' と '"'
11161116
がコマンドの末尾として解釈されないようにするには、それ

en/change.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*change.txt* For Vim version 9.1. Last change: 2025 Oct 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1137,12 +1137,12 @@ inside of strings can change! Also see 'softtabstop' option. >
11371137
current line). This always works |linewise|, thus
11381138
this command can be used to put a yanked block as new
11391139
lines.
1140-
If no register is specified, it depends on the 'cb'
1141-
option: If 'cb' contains "unnamedplus", paste from the
1142-
+ register |quoteplus|. Otherwise, if 'cb' contains
1143-
"unnamed", paste from the * register |quotestar|.
1144-
Otherwise, paste from the unnamed register
1145-
|quote_quote|.
1140+
If no register is specified, it depends on the
1141+
'clipboard' option: If 'clipboard' contains
1142+
"unnamedplus", paste from the + register |quoteplus|.
1143+
Otherwise, if 'clipboard' contains "unnamed", paste
1144+
from the * register |quotestar|. Otherwise, paste from
1145+
the unnamed register |quote_quote|.
11461146
The register can also be '=' followed by an optional
11471147
expression. The expression continues until the end of
11481148
the command. You need to escape the '|' and '"'

0 commit comments

Comments
 (0)