commit | 1666ac9c5685328895f6480ad6b14d1e11c77025 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 17:22:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 17:22:31 2019 +0100 |
tree | 94d2e5b6cacdf4aaa11c871215779962e24d49ee | |
parent | 622b64603748cceafd47f7537b96610e824e0680 [diff] [blame] |
patch 8.1.2287: using EndOfBuffer highlight in popup does not look good Problem: Using EndOfBuffer highlight in popup does not look good. Solution: Do not EndOfBuffer highlight. (closes #5204)
diff --git a/src/version.c b/src/version.c index ab75ea7..34e5b2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2287, +/**/ 2286, /**/ 2285,