commit | b05caa782dbab51db8de60940eff7992f8cfd882 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 10 21:55:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 10 21:55:54 2019 +0200 |
tree | a209cf4819bd8aad2182aa01955110f8ca2fe899 | |
parent | 3b849af90a691f2a9999222b0e69bd161bebc5e2 [diff] [blame] |
patch 8.1.1659: popup window "mousemoved" values not correct Problem: Popup window "mousemoved" values not correct. Solution: Convert text column to mouse column.
diff --git a/src/version.c b/src/version.c index 5cede94..5e83159 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1659, +/**/ 1658, /**/ 1657,