commit | 7fe956d17650b231f173868531bc7466010687f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 03 14:21:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 03 14:21:09 2022 +0100 |
tree | 4e63f0859440167afb7ed36cb21b7f2ba5147981 | |
parent | 9359e8a6d99fe2abfcbb9603339f1740d8870cc6 [diff] [blame] |
patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLine Problem: In the quickfix window 'cursorline' overrules QuickFixLine highlighting. Solution: Combine the attributes. Add a test. (closes #10654)
diff --git a/src/version.c b/src/version.c index a37840a..1232f4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30,