We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0a33f commit 5127042Copy full SHA for 5127042
doc/change.jax
@@ -1,4 +1,4 @@
1
-*change.txt* For Vim バージョン 9.1. Last change: 2025 Jun 25
+*change.txt* For Vim バージョン 9.1. Last change: 2025 Jun 26
2
3
4
VIMリファレンスマニュアル by Bram Moolenaar
en/change.txt
-*change.txt* For Vim version 9.1. Last change: 2025 Jun 25
+*change.txt* For Vim version 9.1. Last change: 2025 Jun 26
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2032,7 +2032,7 @@ Also see |:sort-uniq|.
2032
2033
For example, to remove adjacent duplicate lines based
2034
on the second comma-separated field: >
2035
- :uniq r /[^,]*,/
+ :uniq /[^,]*,/
2036
< Or to keep only unique lines ignoring the first 5
2037
characters: >
2038
:uniq u /.\{5}/
0 commit comments