commit | b21b8e9ed081a6ef6b6745fe65d219b3ac046c3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 18:35:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 18:35:07 2022 +0000 |
tree | 9f72821277ed5f65df1c6ed76473d714fb4aa197 | |
parent | c0370529c027abc5b1698d53fcfb8c02a0c515da [diff] [blame] |
patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily Problem: With 'smoothscroll' skipcol may be reset unnecessarily. Solution: Check the line does actually fit in the window.
diff --git a/src/version.c b/src/version.c index b3a8ba4..10db247 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1000, +/**/ 999, /**/ 998,