Skip to content
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
3 changes: 2 additions & 1 deletion doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 23


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

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

Expand Down
3 changes: 2 additions & 1 deletion en/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 07
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 23


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

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

Expand Down