commit | 6f37e530d3e2d58ff055723047bf91d91af2632c | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Tue May 09 21:23:54 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 09 21:23:54 2023 +0100 |
tree | 3c4f09dd730f47301c348db289fb15139af3703f | |
parent | ab9a2d884b3a4abe319606ea95a5a6d6b01cd73a [diff] [blame] |
patch 9.0.1533: test for 'smoothscroll' is ineffective Problem: Test for 'smoothscroll' is ineffective. Solution: Change the order of testing "zb" and "zt". (Luuk van Baal, closes #12366)
diff --git a/src/version.c b/src/version.c index 3fb73b2..97530bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1533, +/**/ 1532, /**/ 1531,