Skip to content

Commit 5127042

Browse files
committed
Update by original
1 parent 0c0a33f commit 5127042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/change.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2025 Jun 25
1+
*change.txt* For Vim バージョン 9.1. Last change: 2025 Jun 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/change.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2032,7 +2032,7 @@ Also see |:sort-uniq|.
20322032

20332033
For example, to remove adjacent duplicate lines based
20342034
on the second comma-separated field: >
2035-
:uniq r /[^,]*,/
2035+
:uniq /[^,]*,/
20362036
< Or to keep only unique lines ignoring the first 5
20372037
characters: >
20382038
:uniq u /.\{5}/

0 commit comments

Comments
 (0)