vim-patch:26ebe21: runtime(doc): mismatch between the :uniq document's description and examples

closes: vim/vim#17612

26ebe21caa

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2025-06-27 07:08:19 +08:00
parent 3564e62426
commit 023f157a60

View File

@ -1970,7 +1970,7 @@ Also see |:sort-uniq|.
For example, to remove adjacent duplicate lines based
on the second comma-separated field: >
:uniq r /[^,]*,/
:uniq /[^,]*,/
< Or to keep only unique lines ignoring the first 5
characters: >
:uniq u /.\{5}/