]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1224: cannot :put while keeping indent v9.1.1224
author64-bitman <60551350+64-bitman@users.noreply.github.com>
Tue, 18 Mar 2025 21:14:34 +0000 (22:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 18 Mar 2025 21:14:34 +0000 (22:14 +0100)
commite08f10a55c3f15b0b4af631908551d88ec4fe502
tree303711e0e0bcb3c5717c1f389d4397c039053d07
parent11ab02c819449eaeddc3d8d291f06bc73f428e91
patch 9.1.1224: 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

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: 64-bitman <60551350+64-bitman@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
19 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/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9.h
src/vim9cmds.c
src/vim9compile.c
src/vim9execute.c
src/vim9instr.c