commit | 790498b509443f96f39431d2bc87b777efbe250f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 22:15:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 22:15:29 2019 +0200 |
tree | 825116fda3eb6724ae59a3c570cbc680a3f9bfe0 | |
parent | 3bfd04e672ea47e371595e50a92ddfb2223f6e3d [diff] [blame] |
patch 8.1.1445: popup window border highlight not implemented yet Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
diff --git a/src/version.c b/src/version.c index a82e6e9..3be4e65 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1445, +/**/ 1444, /**/ 1443,