]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1938: multispace wrong when scrolling horizontally v9.0.1938
authorzeertzjq <zeertzjq@outlook.com>
Sun, 24 Sep 2023 21:32:18 +0000 (23:32 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 Sep 2023 21:32:18 +0000 (23:32 +0200)
commitabc808112ee5df58a9f612f2bb5a65389c2c14e1
tree2af294f535b972a9da4430e3b56a82fbc1714878
parent46a0582ffa4ea79b112ac01e25adccf93b49cd9d
patch 9.0.1938: multispace wrong when scrolling horizontally

Problem:  multispace wrong when scrolling horizontally
Solution: Update position in "multispace" or "leadmultispace" also in
          skipped chars. Reorder conditions to be more consistent.

closes: #13145
closes: #13147

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/drawline.c
src/message.c
src/testdir/test_listchars.vim
src/version.c