summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-03 14:21:09 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-03 14:21:09 +0100
commit7fe956d17650b231f173868531bc7466010687f0 (patch)
tree4e63f0859440167afb7ed36cb21b7f2ba5147981 /src/version.c
parent9359e8a6d99fe2abfcbb9603339f1740d8870cc6 (diff)
patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLinev9.0.0032
Problem: In the quickfix window 'cursorline' overrules QuickFixLine highlighting. Solution: Combine the attributes. Add a test. (closes #10654)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a37840a99a..1232f4e02f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 32,
+/**/
31,
/**/
30,