]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1213: cannot :put while keeping indent v9.1.1213
author64-bitman <60551350+64-bitman@users.noreply.github.com>
Sun, 16 Mar 2025 20:10:47 +0000 (21:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 16 Mar 2025 20:15:11 +0000 (21:15 +0100)
commit250739d442b51ba76589d6eb67672d95645527ec
treef5b5f0da79341e361315594908a59513347f78fa
parent7ceca3eb004706d6406e42f9ef1931eb1298f1dc
patch 9.1.1213: cannot :put while keeping indent

Problem:  cannot :put while keeping indent
          (Peter Aronoff)
Solution: add the :iput ex command (64-bitman)

fixes: #16225
closes: #16886

Signed-off-by: 64-bitman <60551350+64-bitman@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
18 files changed:
runtime/doc/change.txt
runtime/doc/index.txt
runtime/doc/tags
runtime/doc/version9.txt
runtime/syntax/vim.vim
src/ex_cmdidxs.h
src/ex_cmds.h
src/ex_docmd.c
src/proto/vim9cmds.pro
src/proto/vim9instr.pro
src/testdir/test_put.vim
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9.h
src/vim9cmds.c
src/vim9compile.c
src/vim9execute.c
src/vim9instr.c