commit | 258cef59d8c53a5b1c04937c826dc133ad5710e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 17:29:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 17:29:29 2019 +0200 |
tree | 7b3534b0d9a3dcd29aa7e911f67058be0b1a11df | |
parent | 9cb698d5647db9299bb5b4b846c23f2015b7262b [diff] [blame] |
patch 8.1.1904: cannot have an info popup align with the popup menu Problem: Cannot have an info popup align with the popup menu. Solution: Add the "align" item to 'completepopup'.
diff --git a/src/version.c b/src/version.c index 56f6972..6c8bd89 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1904, +/**/ 1903, /**/ 1902,