commit | 6e5c61119a07b513a99baa9618e8182a74fd7e24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 16:03:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 16:03:06 2022 +0100 |
tree | 4227d2c668946547a1b7bdf7b30ec463ed13b3c4 | |
parent | 113d9dec9958debbae2b611c98aed2f6f23c8502 [diff] [blame] |
patch 9.0.0171: quickfix line highlight is overruled by 'cursorline' Problem: Quickfix line highlight is overruled by 'cursorline'. Solution: Reverse the combination of attributes. (closes #10654)
diff --git a/src/version.c b/src/version.c index f9b5c2a..63a0eae 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 171, +/**/ 170, /**/ 169,