commit | bfc5786a61693aaadc3e45f80a2f147c3a6711a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 26 15:57:40 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 26 15:57:40 2021 +0000 |
tree | 9caf1ea517023b79ca627aa85076434e4d92977f | |
parent | d1d8a595bd03bf9ff6ba1440101daa98b19249fd [diff] [blame] |
patch 8.2.3681: cannot drag popup window after click on a status line Problem: Cannot drag popup window after click on a status line. (Sergey Vlasov) Solution: Reset on_status_line. (closes #9221)
diff --git a/src/version.c b/src/version.c index 31c2520..532b59e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3681, +/**/ 3680, /**/ 3679,