commit | ff95ce0930e6db0037fe8d1fc875a6522b054582 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Sat Nov 19 10:47:49 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 10:47:49 2022 +0000 |
tree | 3418d462ce185849f713fdfa95f2a75a929838ea | |
parent | 02edfaa610a2bedd6e2a58a1ee64488d51cfc33d [diff] [blame] |
patch 9.0.0906: mouse scroll code is not optimal Problem: Mouse scroll code is not optimal. Solution: Properly organise Normal mode, Insert mode and common code. (Christopher Plewright, closes #11572)
diff --git a/src/version.c b/src/version.c index d91a417..a87a378 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 906, +/**/ 905, /**/ 904,