commit | 44c2209352d56d70b1fc0215e81f1822d55aa563 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Tue Nov 15 17:43:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 17:43:36 2022 +0000 |
tree | dd661ecd7da672fb21525ba175aa177875f47e6d | |
parent | b53a190e9f8a767bbd4be2f538649a09f9c8ba4b [diff] [blame] |
patch 9.0.0886: horizontal mouse scroll only works in the GUI Problem: Horizontal mouse scroll only works in the GUI. Solution: Make horizontal mouse scroll also work in a terminal. (Christopher Plewright, closes #11448)
diff --git a/src/version.c b/src/version.c index 61ad4c7..d7f4808 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 886, +/**/ 885, /**/ 884,