commit | 2b10bcbfc1c025bf7e6358326ee70105e7d30e96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 21:25:44 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 21:25:44 2018 +0100 |
tree | bb749db849a551b73f39c1111351118c06edc372 | |
parent | 6bb2cdfe604e51eec216cbe23bb6e8fb47810347 [diff] [blame] |
patch 8.0.1540: popup menu positioning fails with longer string Problem: Popup menu positioning fails with longer string. Solution: Only align with right side of window when width is less than 'pumwidth' (closes #2661)
diff --git a/src/version.c b/src/version.c index c75d290..48c21fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1540, +/**/ 1539, /**/ 1538,