commit | d49f646bf56b29d44bbb16e79bc877b59aab38ac | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Fri May 19 14:04:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 19 14:04:47 2023 +0100 |
tree | 7c7ca1962a802376fdb34bc55b58b7c687753394 | |
parent | d13c254d100509271b37d609c19e45c857352181 [diff] [blame] |
patch 9.0.1568: with 'smoothscroll' cursor may move below botline Problem: With 'smoothscroll' cursor may move below botline. Solution: Call redraw_later() if needed, Compute cursor row with adjusted condition. (Luuk van Baal, closes #12415)
diff --git a/src/version.c b/src/version.c index 42c2c0f..54d927e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1568, +/**/ 1567, /**/ 1566,