commit | 511972d810ea490955161ff5097ec2f57919ceaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 18:09:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 18:09:59 2016 +0200 |
tree | 757238cc7995f8e15f91318205655b7120b183b9 | |
parent | b3619a90eae2702553ff9494ecc4c9b20c13c224 [diff] [blame] |
patch 7.4.1894 Problem: Cannot get the window ID for a mouse click. Solution: Add v:mouse_winid.
diff --git a/src/version.c b/src/version.c index 36b5ed7..b83cb33 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1894, +/**/ 1893, /**/ 1892,