From 023f157a609a1eb0ccd59442249d86a8bfa6a95c Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 27 Jun 2025 07:08:19 +0800 Subject: [PATCH] vim-patch:26ebe21: runtime(doc): mismatch between the :uniq document's description and examples closes: vim/vim#17612 https://github.com/vim/vim/commit/26ebe21caa93ae4c3d7ceb8e83e799b0dabc6271 Co-authored-by: Hirohito Higashi --- runtime/doc/change.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 591c7a7c9d..742c1b4a08 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -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}/