]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1544: :retab cannot be limited to indentation only v9.1.1544
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 14 Jul 2025 20:11:34 +0000 (22:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 14 Jul 2025 20:11:34 +0000 (22:11 +0200)
commit836e54f5de8479a39f6d1dd4a13202af0e447311
treecf9f2aafee70620bd67c8f85dc828268d65f4132
parente85a66a4d4a44bc13862a7b43ca22d929b97503a
patch 9.1.1544: :retab cannot be limited to indentation only

Problem:  :retab cannot be limited to indentation only
Solution: add the optional -indentonly parameter
          (Hirohito Higashi)

closes: #17730

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
14 files changed:
runtime/doc/builtin.txt
runtime/doc/change.txt
runtime/doc/map.txt
runtime/doc/version9.txt
runtime/syntax/vim.vim
src/cmdexpand.c
src/indent.c
src/po/vim.pot
src/testdir/test_cmdline.vim
src/testdir/test_retab.vim
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c
src/vim.h