1
0
forked from aniani/vim

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)
This commit is contained in:
Christopher Plewright
2022-11-19 10:47:49 +00:00
committed by Bram Moolenaar
parent 02edfaa610
commit ff95ce0930
2 changed files with 113 additions and 83 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
906,
/**/
905,
/**/