commit | be678f86d13a4c613daf74192f177590bc45c2c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 14:15:54 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 14:15:54 2010 +0100 |
tree | fccbd995d2da9ed6a086640ce91608017e438ffb | |
parent | 12682fda7aa95033cc62c93f94b07b57bb49e1c9 [diff] [blame] |
updated for version 7.2.390 Problem: In some situations the popup menu can be displayed wrong. Solution: Remove the popup menu if the cursor moved. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 109532e..18f3ba5 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 390, +/**/ 389, /**/ 388,