]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): mismatch between the :uniq document's description and examples
authorHirohito Higashi <h.east.727@gmail.com>
Thu, 26 Jun 2025 18:31:24 +0000 (20:31 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Jun 2025 18:31:24 +0000 (20:31 +0200)
closes: #17612

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/change.txt

index 4bd877f9f6ed80ecf7aae6d8a1a8de035105ebc5..e958e038bd1b54dac33a8378df30e51610968848 100644 (file)
@@ -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 /[^,]*,/
+                               :uniq /[^,]*,/
 <                      Or to keep only unique lines ignoring the first 5
                        characters: >
                                :uniq u /.\{5}/