comparison src/version.c @ 34985:743a5c97b0a2 v9.1.0348

patch 9.1.0348: X11 does not ignore smooth scroll event Commit: https://github.com/vim/vim/commit/baedc998b0fe3c29e1e88cc426575306b0f5ea44 Author: lilydjwg <lilydjwg@gmail.com> Date: Thu Apr 18 21:22:57 2024 +0200 patch 9.1.0348: X11 does not ignore smooth scroll event Problem: X11 does not ignore smooth scroll event (laniakea64) Solution: Correctly ignore unwanted smooth scroll events on X11 (lilydjwg) fixes #14578 closes: #14583 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Apr 2024 21:30:02 +0200
parents 31cc88e55e4c
children 4eeeba47eb0a
comparison
equal deleted inserted replaced
34984:f468e8b85e3d 34985:743a5c97b0a2
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 348,
707 /**/ 709 /**/
708 347, 710 347,
709 /**/ 711 /**/
710 346, 712 346,
711 /**/ 713 /**/