]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1612: "skipcol" not reset when using multi-byte characters v9.0.1612
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2023 19:44:55 +0000 (20:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2023 19:44:55 +0000 (20:44 +0100)
commit15d4747ffd197ffa5b5a41a852a1fe93b6cc35fd
tree907dad16e2411396ae41839ef766af1b2b738016
parent16d2c02c80e6d4822010816e085cabf91bf91423
patch 9.0.1612: "skipcol" not reset when using multi-byte characters

Problem:    "skipcol" not reset when using multi-byte characters.
Solution:   Compare with w_virtcol instead of w_cursor.col. (closes #12457)
src/move.c
src/testdir/dumps/Test_smoothscroll_multi_1.dump [new file with mode: 0644]
src/testdir/test_scroll_opt.vim
src/version.c