]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1476: no easy way to deduplicate text v9.1.1477
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 23 Jun 2025 19:42:36 +0000 (21:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 23 Jun 2025 19:42:36 +0000 (21:42 +0200)
commit74f0a77bb9a170a25b03cacf640aa4e1b1d222b2
tree475a7b553200b644a8f053581c402e4c754763a4
parent159d39242743b849852f572f79769e60b4f273be
patch 9.1.1476: no easy way to deduplicate text

Problem:  no easy way to deduplicate text
Solution: add the :uniq ex command
          (Hirohito Higashi)

closes: #17538

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
12 files changed:
runtime/doc/builtin.txt
runtime/doc/change.txt
runtime/doc/index.txt
runtime/doc/tags
runtime/doc/version9.txt
src/ex_cmdidxs.h
src/ex_cmds.c
src/ex_cmds.h
src/ex_getln.c
src/proto/ex_cmds.pro
src/testdir/Make_all.mak
src/testdir/test_uniq.vim [new file with mode: 0644]