]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2304: cannot get the mouse position when getting a mouse click v8.1.2304
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Nov 2019 17:22:41 +0000 (18:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Nov 2019 17:22:41 +0000 (18:22 +0100)
commitdb3a205147ce2c335d5c2181c1f789277f8775b0
tree1bb6a6d5158fee1d79718053ffa167396acf2970
parent08f23636aef595f4cc061dfee8248dca97df16b3
patch 8.1.2304: cannot get the mouse position when getting a mouse click

Problem:    Cannot get the mouse position when getting a mouse click.
Solution:   Add getmousepos().
runtime/doc/eval.txt
runtime/doc/popup.txt
src/evalfunc.c
src/mouse.c
src/popupwin.c
src/proto/mouse.pro
src/testdir/test_functions.vim
src/testdir/test_popupwin.vim
src/version.c