File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- *change.txt* For Vim バージョン 9.1. Last change: 2023 Dec 19
1
+ *change.txt* For Vim バージョン 9.1. Last change: 2024 Apr 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1307,7 +1307,8 @@ Note 文字単位のコピーコマンドの後、コピーされたテキスト
1307
1307
式を評価した結果は文字列でなければならない。評価した結果が数値なら、文字列に変
1308
1308
換される。"p" と ":put" コマンドの場合、結果が浮動小数点数なら文字列に変換され
1309
1309
る。リストの場合、各要素が文字列に変換され、それぞれが 1 行として挿入される。
1310
- 辞書または FuncRef はエラーメッセージが出る(string()を使って変換する)。
1310
+ 辞書は文字列へ変換される。FuncRef はエラーメッセージが出る (string() を使って
1311
+ 変換する)。
1311
1312
1312
1313
レジスタ "= が "p" で使われると、文字列は <NL> 文字 {訳注: New Line -- 改行}
1313
1314
の所で分割される。文字列が <NL> で終わっていたら、これは行単位のレジスタと見な
Original file line number Diff line number Diff line change 1
- *change.txt* For Vim version 9.1. Last change: 2023 Dec 19
1
+ *change.txt* For Vim version 9.1. Last change: 2024 Apr 14
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1345,8 +1345,8 @@ expression (like with the "/" command).
1345
1345
The expression must evaluate to a String. A Number is always automatically
1346
1346
converted to a String. For the "p" and ":put" command, if the result is a
1347
1347
Float it's converted into a String. If the result is a List each element is
1348
- turned into a String and used as a line. A Dictionary or FuncRef results in
1349
- an error message (use string() to convert).
1348
+ 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).
1350
1350
1351
1351
If the "= register is used for the "p" command, the String is split up at <NL>
1352
1352
characters. If the String ends in a <NL> , it is regarded as a linewise
You can’t perform that action at this time.
0 commit comments