diff options
| author | Bram Moolenaar <Bram@vim.org> | 2022-10-20 20:15:47 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-10-20 20:15:47 +0100 |
| commit | d5337efece7c68e9b4ce864532ea49b02453b674 (patch) | |
| tree | 377c0879c9257386f837d73b2f0e2f755407a0f1 /src/version.c | |
| parent | 49660f5139d3fd55326a54eadf6bb31a3ffec2bf (diff) | |
| download | vim-git-9.0.0807.tar.gz | |
patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first columnv9.0.0807
Problem: With 'smoothscroll' typing "0" may not go to the first column.
Solution: Recompute w_cline_height when needed. Do not scroll up when it
would move the cursor.
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 3d1feae4e..6456028f1 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 */ /**/ + 807, +/**/ 806, /**/ 805, |
