runtime(doc): mismatch between the :uniq document's description and examples
Commit: https://github.com/vim/vim/commit/26ebe21caa93ae4c3d7ceb8e83e799b0dabc6271 Author: Hirohito Higashi <h.east....@gmail.com> Date: Thu Jun 26 20:31:24 2025 +0200 runtime(doc): mismatch between the :uniq document's description and examples closes: https://github.com/vim/vim/issues/17612 Signed-off-by: Hirohito Higashi <h.east....@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 4bd877f9f..e958e038b 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}/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uUrav-004vWW-Aa%40256bit.org.