commit | db3a205147ce2c335d5c2181c1f789277f8775b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 18:22:41 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 18:22:41 2019 +0100 |
tree | 1bb6a6d5158fee1d79718053ffa167396acf2970 | |
parent | 08f23636aef595f4cc061dfee8248dca97df16b3 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 5d97575..b08106c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2304, +/**/ 2303, /**/ 2302,