commit | 93a32e2ec4b5a391c5006ca09f196e6510c8c2e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 23 22:05:45 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 23 22:05:45 2017 +0100 |
tree | 8669de3300e97fae2600e5d7e65183849d81821c | |
parent | 3679c17917d7ff22e836982c81e5816bd07451dd [diff] [blame] |
patch 8.0.1332: highlighting in quickfix window could be better Problem: Highlighting in quickfix window could be better. (Axel Bender) Solution: Use the qfSeparator highlight item. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index cda1ef3..5824ecf 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1332, +/**/ 1331, /**/ 1330,