diff src/version.c @ 30956:ff798e6f4599 v9.0.0812

patch 9.0.0812: GUI mouse scrollwheel mappings don't work Commit: https://github.com/vim/vim/commit/7fa02bcb3b8011961995e617423a6f8f531b6e4d Author: Christopher Plewright <chris@createng.com> Date: Fri Oct 21 13:03:33 2022 +0100 patch 9.0.0812: GUI mouse scrollwheel mappings don't work Problem: GUI mouse scrollwheel mappings don't work. Solution: Add check for "gui.in_use". (Christopher Plewright, closes https://github.com/vim/vim/issues/11418)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Oct 2022 14:15:04 +0200
parents 3e8aed429cc5
children 122f883d7237
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    812,
+/**/
     811,
 /**/
     810,