Skip to content

Commit 5822acd

Browse files
authored
Merge pull request #1956 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents ddc3882 + c904d82 commit 5822acd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/builtin.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Feb 06
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Feb 17
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3019,7 +3019,8 @@ extend({expr1}, {expr2} [, {expr3}]) *extend()*
30193019
{expr3}が省略された場合は "force" と同じになる。
30203020

30213021
{expr2}が空でないならば{expr1}が変更される。必要ならば最初に
3022-
{expr1}のコピーを作ること。
3022+
{expr1}のコピーを作るか、|extendnew()| を使用して新しいリスト/
3023+
辞書を返すこと。
30233024
{expr2}は変更されない。
30243025
{expr1} がロックされていて、かつ {expr2} が空でない場合は操作
30253026
は失敗する。

en/builtin.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Feb 06
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Feb 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3006,7 +3006,8 @@ extend({expr1}, {expr2} [, {expr3}]) *extend()*
30063006
When {expr3} is omitted then "force" is assumed.
30073007

30083008
{expr1} is changed when {expr2} is not empty. If necessary
3009-
make a copy of {expr1} first.
3009+
make a copy of {expr1} first or use |extendnew()| to return a
3010+
new List/Dictionary.
30103011
{expr2} remains unchanged.
30113012
When {expr1} is locked and {expr2} is not empty the operation
30123013
fails.

0 commit comments

Comments
 (0)