commit | 5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Thu May 11 19:24:20 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 11 19:24:20 2023 +0100 |
tree | 682e4a5b8cab3daa29246001be274c1737b99377 | |
parent | 6c018680be0ec25d42614a93be1ea08df29a9e2a [diff] [blame] |
patch 9.0.1543: display errors when making topline shorter Problem: Display errors when making topline shorter and 'smoothscroll' is set. Solution: Reset w_skipcol when the topline becomes shorter than its current value. (Luuk van Baal, closes #12367)
diff --git a/src/version.c b/src/version.c index 4c70def..dd6baa9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1543, +/**/ 1542, /**/ 1541,