commit | 8e8dc9b32326c6fbd37671b6072296404b481d4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 20:38:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 20:38:06 2022 +0100 |
tree | f6890ee591cf195a09ec829e1f0db2e8b3427539 | |
parent | a91cb98bb36b0f9dc3c378c0bbd9a69de29830fa [diff] [blame] |
patch 8.2.4916: mouse in Insert mode test fails Problem: Mouse in Insert mode test fails. Solution: Fix the text and check relevant positions.
diff --git a/src/version.c b/src/version.c index 0fda348..4e7a335 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4916, +/**/ 4915, /**/ 4914,