commit | 6ef5ab59043681a51e8ca2ab0a1e4ff8f0f4bb47 | [log] [tgz] |
---|---|---|
author | Wez Furlong <wez@wezfurlong.org> | Sun May 30 19:29:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 19:29:41 2021 +0200 |
tree | 451113aacc746259c92ff21252f751cd27018544 | |
parent | f883d9027c750967b115b82de984ee449ab17aa8 [diff] [blame] |
patch 8.2.2913: MS-Windows conpty supports using mouse events Problem: MS-Windows conpty supports using mouse events. Solution: When enabling the mouse enable mouse input and disable quick edit mode. (Wez Furlong, closes #8280)
diff --git a/src/version.c b/src/version.c index d651bda..94e94c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2913, +/**/ 2912, /**/ 2911,