commit | f8b036bcae27014e4cbbdceec262b0a4c6dc2d9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 06 21:09:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 06 21:09:17 2019 +0100 |
tree | d5a5019b4bd1641edbdfedeb9ad545327fef617a | |
parent | 638a4a7508082f8700b135953e4f9465f675a0f5 [diff] [blame] |
patch 8.1.2266: position unknown for a mouse click in a popup window Problem: Position unknown for a mouse click in a popup window. Solution: Set v:mouse_col and v:mouse_lnum. (closes #5171)
diff --git a/src/version.c b/src/version.c index 73a0c1f..9bb1436 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2266, +/**/ 2265, /**/ 2264,