Skip to content

Commit 310c585

Browse files
authored
Merge pull request #1515 from vim-jp/hh-update-change
Update change.{txt,jax}
2 parents 3fbc688 + 90c2536 commit 310c585

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/change.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2024 Apr 14
1+
*change.txt* For Vim バージョン 9.1. Last change: 2024 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1307,7 +1307,7 @@ Note 文字単位のコピーコマンドの後、コピーされたテキスト
13071307
式を評価した結果は文字列でなければならない。評価した結果が数値なら、文字列に変
13081308
換される。"p" と ":put" コマンドの場合、結果が浮動小数点数なら文字列に変換され
13091309
る。リストの場合、各要素が文字列に変換され、それぞれが 1 行として挿入される。
1310-
辞書は文字列へ変換される。FuncRef はエラーメッセージが出る (string() を使って
1310+
辞書は文字列へ変換される。Funcref はエラーメッセージが出る (string() を使って
13111311
変換する)。
13121312

13131313
レジスタ "= が "p" で使われると、文字列は <NL> 文字 {訳注: New Line -- 改行}

en/change.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2024 Apr 14
1+
*change.txt* For Vim version 9.1. Last change: 2024 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1346,7 +1346,7 @@ The expression must evaluate to a String. A Number is always automatically
13461346
converted to a String. For the "p" and ":put" command, if the result is a
13471347
Float it's converted into a String. If the result is a List each element is
13481348
turned into a String and used as a line. A Dictionary is converted into a
1349-
String. A FuncRef results in an error message (use string() to convert).
1349+
String. A Funcref results in an error message (use string() to convert).
13501350

13511351
If the "= register is used for the "p" command, the String is split up at <NL>
13521352
characters. If the String ends in a <NL>, it is regarded as a linewise

0 commit comments

Comments
 (0)