commit | 62a0cb443c3184f24a6dac73d3505f9056cf6056 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 16:35:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 16:35:23 2019 +0200 |
tree | 42ee160304d76f887d29e4e9a193c426d8bacb75 | |
parent | f4665e78f2d1b2ca64de5f5331d03de7d61c8c66 [diff] [blame] |
patch 8.1.1882: cannot specify properties of the info popup window Problem: Cannot specify properties of the info popup window. Solution: Add the 'completepopup' option. Default to PmenuSel highlight.
diff --git a/src/version.c b/src/version.c index 15b77c3..6a70688 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1882, +/**/ 1881, /**/ 1880,