]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0166: Internal error with blockwise getregion() in another buffer v9.1.0166
authorzeertzjq <zeertzjq@outlook.com>
Mon, 11 Mar 2024 20:36:42 +0000 (21:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 11 Mar 2024 20:36:42 +0000 (21:36 +0100)
commit5406eb8722bddb6a04876956f9a53c1752994851
tree50169d806614315333842ebf51d3145c662bba02
parentcb942cc4cac7accb4aa01445e6d1e84e098d55a4
patch 9.1.0166: Internal error with blockwise getregion() in another buffer

Problem:  Internal error with blockwise getregion() in another buffer
Solution: Also change curwin->w_buffer when changing curbuf (zeertzjq)

closes: #14179

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalfunc.c
src/testdir/test_visual.vim
src/version.c