From: Hirohito Higashi Date: Thu, 26 Jun 2025 18:31:24 +0000 (+0200) Subject: runtime(doc): mismatch between the :uniq document's description and examples X-Git-Tag: v9.1.1482~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26ebe21caa93ae4c3d7ceb8e83e799b0dabc6271;p=thirdparty%2Fvim.git runtime(doc): mismatch between the :uniq document's description and examples closes: #17612 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 4bd877f9f6..e958e038bd 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*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|. 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}/