Skip to content

Commit 065c5a5

Browse files
authored
Merge pull request #2116 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 165729d + 4d4192c commit 065c5a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/builtin.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 23
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -11887,6 +11887,7 @@ uniq({list} [, {func} [, {dict}]]) *uniq()* *E882*
1188711887
:let newlist = uniq(copy(mylist))
1188811888
< デフォルトの比較関数は各要素の文字列表現を使う。{func} と
1188911889
{dict} については |sort()| 参照。
11890+
カレントバッファのテキストの重複を削除するには、|:uniq| を参照。
1189011891

1189111892
{list} が |List| でない場合はゼロを返す。
1189211893

en/builtin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 07
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -12143,6 +12143,7 @@ uniq({list} [, {func} [, {dict}]]) *uniq()* *E882*
1214312143
:let newlist = uniq(copy(mylist))
1214412144
< The default compare function uses the string representation of
1214512145
each item. For the use of {func} and {dict} see |sort()|.
12146+
For deduplicating text in the current buffer see |:uniq|.
1214612147

1214712148
Returns zero if {list} is not a |List|.
1214812149

0 commit comments

Comments
 (0)