]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode v8.2.4806
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Apr 2022 20:20:26 +0000 (21:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Apr 2022 20:20:26 +0000 (21:20 +0100)
commit53ef5731480d8b5aa74137a09b3b164b436ed76b
treed5db116b38b1308858a40b98a4b5d46d6c439b6c
parent9b36750640e8e89f18afa1446ed80fdbdf0fcac0
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)
src/normal.c
src/version.c