Skip to content

Update change.{txt,jax} #1515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/change.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim バージョン 9.1. Last change: 2024 Apr 14
*change.txt* For Vim バージョン 9.1. Last change: 2024 May 05


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

レジスタ "= が "p" で使われると、文字列は <NL> 文字 {訳注: New Line -- 改行}
Expand Down
4 changes: 2 additions & 2 deletions en/change.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 9.1. Last change: 2024 Apr 14
*change.txt* For Vim version 9.1. Last change: 2024 May 05


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

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