commit | 4287ed33ddc324d26dd05d3e19596dd74cf479d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 17 20:35:29 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 17 20:35:29 2018 +0100 |
tree | 460fecb8027d150654188e15d66580b133d9fa48 | |
parent | 73cddfd559152ea9b7e978ea7cf9c0d3a41e7316 [diff] [blame] |
patch 8.0.1522: popup menu is positioned in the wrong place Problem: Popup menu is positioned in the wrong place. (Davit Samvelyan, Boris Staletic) Solution: Correct computation of the column and the conditions for that. (Hirohito Higashi, closes #2640)
diff --git a/src/version.c b/src/version.c index 405e3b5..14b4190 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1522, +/**/ 1521, /**/ 1520,