commit | d002e411c60a231b7c136a84422b3d9bf7b8b4df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 11 21:45:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 11 21:45:05 2019 +0100 |
tree | b5213a74e07f8b0d2ea32617f7870fa769c243f3 | |
parent | adf4aa200b026dce91dd169143ee8b93e848ec8b [diff] [blame] |
patch 8.1.2292: v:mouse_winid not set on click in popup window Problem: v:mouse_winid not set on click in popup window. Solution: Set v:mouse_winid. (closes #5171)
diff --git a/src/version.c b/src/version.c index f2b1a75..0e9b27b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2292, +/**/ 2291, /**/ 2290,