]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1048: crash after scrolling and pasting in silent Ex mode v9.1.1048
authorzeertzjq <zeertzjq@outlook.com>
Wed, 22 Jan 2025 21:27:30 +0000 (22:27 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 22 Jan 2025 21:27:30 +0000 (22:27 +0100)
commitdf098fedbc2c481e91ea7e6207dab90359a92cc3
treef894578c77cdd41335e30476a1c8e31b7fc19a11
parent613d0bc128a86870ed978f08981becc619f95d58
patch 9.1.1048: crash after scrolling and pasting in silent Ex mode

Problem:  Crash after scrolling and pasting in silent Ex mode.
          (fizz-is-on-the-way)
Solution: Don't move cursor to line 0 when scrolling.
          (zeertzjq)

closes: #16506

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