diff options
| author | Bram Moolenaar <Bram@vim.org> | 2022-12-03 18:35:07 +0000 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-12-03 18:35:07 +0000 |
| commit | b21b8e9ed081a6ef6b6745fe65d219b3ac046c3b (patch) | |
| tree | 9f72821277ed5f65df1c6ed76473d714fb4aa197 /src/version.c | |
| parent | c0370529c027abc5b1698d53fcfb8c02a0c515da (diff) | |
| download | vim-git-9.0.1000.tar.gz | |
patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarilyv9.0.1000
Problem: With 'smoothscroll' skipcol may be reset unnecessarily.
Solution: Check the line does actually fit in the window.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b3a8ba4eb..10db24708 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1000, +/**/ 999, /**/ 998, |
