commit | 3a00659db740ebcf0be6153b47a5734eea4a18ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 05 19:58:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 05 19:58:17 2021 +0200 |
tree | 864fd389b1a16774740ffe006372f5d30f70ea74 | |
parent | 1ad72c8eb601d681c84b47380fc31b6d23602d51 [diff] [blame] |
patch 8.2.2833: two key command cancelled by moving mouse when using popup Problem: Two key command cancelled by moving mouse when using popup. (Sergey Vlasov) Solution: Ignore K_MOUSEMOVE in plain_vgetc().
diff --git a/src/version.c b/src/version.c index c28a39c..9336576 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2833, +/**/ 2832, /**/ 2831,