]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1143: illegal memory access when putting a register v9.1.1143
authorChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 19:01:54 +0000 (20:01 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 19:01:54 +0000 (20:01 +0100)
commite0029daa3599529d9d438cc51c7ada8580297a39
tree7064e9e05ab8df23770b8fd3eef958e12910dae6
parent28155d08554b5b3a708e4628705034aa65c0903d
patch 9.1.1143: illegal memory access when putting a register

Problem:  illegal memory access when putting a register
Solution: make sure cursor column doesn't become negative

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/register.c
src/testdir/test_registers.vim
src/version.c