commit | c768a208ca8e0e0fec900c18d5d9a593357ad793 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 16:04:27 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 16:04:27 2017 +0200 |
tree | 9b14509dc828b26e49b1f1b4483fab601a82faad | |
parent | 383aa84c0d3456c12987ba7e12042dcffba0eac6 [diff] [blame] |
patch 8.0.0653: the default highlight for QuickFixLine is not good Problem: The default highlight for QuickFixLine does not work for several color schemes. (Manas Thakur) Solution: Make the default use the old color. (closes #1780)
diff --git a/src/version.c b/src/version.c index a5fdd5b..149a83f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 653, +/**/ 652, /**/ 651,