commit | 987723e084660290270b3c3d943eb13bd828d5da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 11:43:04 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 11:43:04 2018 +0100 |
tree | e7f0329145672eccca05d6e4498b8345bf2c8e8c | |
parent | 89894aa671ed1db03d95d38cab300702c242239d [diff] [blame] |
patch 8.0.1574: show cursor in wrong place when using popup menu Problem: Show cursor in wrong place when using popup menu. (Wei Zhang) Solution: Force updating the cursor position. Fix skipping over unused entries.
diff --git a/src/version.c b/src/version.c index 8fd5ea7..3cf2550 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1574, +/**/ 1573, /**/ 1572,