commit | db4d88c2adfe8f8122341ac9d6cae27ef78451c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 15:13:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 15:13:22 2022 +0000 |
tree | e98c92ce9ab5afa6e7d2a1892009a40f4484339e | |
parent | c55e8f2c6f5cafe11494df3e2d28ff3d03b92c71 [diff] [blame] |
patch 9.0.1121: cursor positioning and display problems with 'smoothscroll' Problem: Cursor positioning and display problems with 'smoothscroll' and using "zt", "zb" or "zz". Solution: Adjust computations and conditions. (Yee Cheng Chin, closes #11764)
diff --git a/src/version.c b/src/version.c index 230db82..ae993ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1121, +/**/ 1120, /**/ 1119,