]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is set v9.0.0893
authorYee Cheng Chin <ychin.git@gmail.com>
Thu, 17 Nov 2022 12:41:42 +0000 (12:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Nov 2022 12:41:42 +0000 (12:41 +0000)
commit01ee52bab6041450095c53f9469b1b266a7e3d4d
tree4a76f10a2469186faf9fbe124f8115be81558d27
parentf32fb93e431e4db95a8663d86dfeb6bffa5896f6
patch 9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is set

Problem:    'smoothscroll' cursor calculations wrong when 'number' is set.
Solution:   Correct the code that computes the width. (closes #11492)
src/move.c
src/testdir/dumps/Test_smooth_number_7.dump
src/testdir/test_scroll_opt.vim
src/version.c