commit | 4f3c57f7980592b25f483e5953799c010a8ae196 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 03 22:11:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 03 22:11:08 2021 +0200 |
tree | ff81c84567282ba71ffc4ac0eb566915e154efdd | |
parent | 5072b47a223fb044041b8e7db59a17b3b1d8a625 [diff] [blame] |
patch 8.2.2932: select mode test fails Problem: Select mode test fails. Solution: Do not always reset the held mouse button.
diff --git a/src/version.c b/src/version.c index 57a4dcd..5ebcfcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2932, +/**/ 2931, /**/ 2930,