]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol" v9.1.1108
authorzeertzjq <zeertzjq@outlook.com>
Thu, 13 Feb 2025 19:34:34 +0000 (20:34 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Feb 2025 19:34:34 +0000 (20:34 +0100)
commit2c47ab8fcd7188fa87053c757ea86b0d846c06c1
tree31b6edf48958945a6cd84ea8662413647506119b
parentc0b7ca406ba18640c56e2746d6f6d03549d53072
patch 9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol"

Problem:  'smoothscroll' gets stuck with 'listchars' "eol".
Solution: Count size of 'listchars' "eol" in line size when scrolling.
          (zeertzjq)

related: neovim/neovim#32405
closes: #16627

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/change.c
src/charset.c
src/misc2.c
src/move.c
src/normal.c
src/proto/charset.pro
src/testdir/test_scroll_opt.vim
src/version.c