commit | 696d0a86250636602d42e29e57d8923f538e0549 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Fri Nov 18 17:53:34 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 17:53:34 2022 +0000 |
tree | 1710ecc135e3df9d5ad9efd859019987247e58a6 | |
parent | 0c34d562647f029faca40f7733ccfb7b5377672b [diff] [blame] |
patch 9.0.0902: some mouse scroll code is not in a good place Problem: Some mouse scroll code is not in a good place. Solution: Refactor the code. (Christopher Plewright, closes #11561)
diff --git a/src/version.c b/src/version.c index fc4df48..ccf1d80 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 902, +/**/ 901, /**/ 900,