commit | 3ce8c389155fc1257082cdb0cef7801b49f6aaf9 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon May 08 15:51:14 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 08 15:51:14 2023 +0100 |
tree | 6936b41f996acbafaa6f9ab9292b80378f45ba8e | |
parent | 8cf51376b842e0060edf08bd2e5bd9933c552ecf [diff] [blame] |
patch 9.0.1525: 'smoothscroll' does not always work properly Problem: 'smoothscroll' does not always work properly. Solution: Do not reset w_skipcol after it was intentionally set. (Luuk van Baal, closes #12360, closes #12199, closes #12323)
diff --git a/src/version.c b/src/version.c index 4964179..e2d91d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1525, +/**/ 1524, /**/ 1523,