commit | 13c046316b2e651871701ed81e2ba4763b19b67d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 13:47:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 13:47:42 2020 +0200 |
tree | 300d69ca9b3e2e72dcec24a6a20c5835b27c5606 | |
parent | ecdd14a427108aa6f133c00655788f6ae80ad463 [diff] [blame] |
patch 8.2.1186: with SGR mouse codes balloon doesn't show up after click Problem: With SGR mouse codes balloon doesn't show up after click. Solution: Add the MOUSE_RELEASE bits to mouse_code.
diff --git a/src/version.c b/src/version.c index 42668c7..d36c7b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1186, +/**/ 1185, /**/ 1184,