From 2a46f81ec7739967265759838afe7972e5f81e5e Mon Sep 17 00:00:00 2001 From: Christopher Plewright Date: Sun, 16 Oct 2022 19:47:45 +0100 Subject: patch 9.0.0775: MS-Windows: mouse scrolling not supported in the console Problem: MS-Windows: mouse scrolling not supported in the console. Solution: Add event handling for mouse scroll events. (Christopher Plewright, closes #11374) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6a97bb94dd..72486f0ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,8 @@ gvimext.lib gvim.lib runtime/doc/uganda.nsis.txt nsis/icons/* +/vim90/ +.vscode/ # NetBeans nbproject/* -- cgit v1.2.3