commit | bd483b3f577ee1af7c8c8bf440f5d81613336975 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 15:13:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 15:13:41 2019 +0200 |
tree | 0de3487b03642aa7e85ce65560df2a41fc0b80df | |
parent | e2c453d38f6512ac4cff7cd26aa7780b4e2534d7 [diff] [blame] |
patch 8.1.1902: cannot have an info popup without a border Problem: Cannot have an info popup without a border. Solution: Add the "border" item to 'completepopup'.
diff --git a/src/version.c b/src/version.c index b23da40..0b15d71 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1902, +/**/ 1901, /**/ 1900,