commit | 01ee52bab6041450095c53f9469b1b266a7e3d4d | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Thu Nov 17 12:41:42 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 12:41:42 2022 +0000 |
tree | 4a76f10a2469186faf9fbe124f8115be81558d27 | |
parent | f32fb93e431e4db95a8663d86dfeb6bffa5896f6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b526652..cfdd33a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 893, +/**/ 892, /**/ 891,