commit | 53ef5731480d8b5aa74137a09b3b164b436ed76b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 21:20:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 21:20:26 2022 +0100 |
tree | d5db116b38b1308858a40b98a4b5d46d6c439b6c | |
parent | 9b36750640e8e89f18afa1446ed80fdbdf0fcac0 [diff] [blame] |
patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode Problem: A mapping using <LeftDrag> does not start Select mode. Solution: When checking for starting select mode with the mouse also do this when there is typeahead. (closes #10249)
diff --git a/src/version.c b/src/version.c index 28ac75e..6df25da 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4806, +/**/ 4805, /**/ 4804,