summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-14 21:51:40 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-14 21:51:40 +0100
commitbbee8d5122b159683b3f52eddd0da85fcf1fcbfd (patch)
tree49e9596818b1c4fdc21c0e9ee7876dfff6b78a5c /src/version.c
parent99b1272f88a493421d438e5e184003763efb4b8f (diff)
patch 8.1.0746: highlighting not updated with conceal and 'cursorline'v8.1.0746
Problem: Highlighting not updated with conceal and 'cursorline'. (Jason Franklin) Solution: Do not use a zero line number. Check if 'conceallevel' is set for the current window.
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 60d82d2069..4b21d288cb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -796,6 +796,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 746,
+/**/
745,
/**/
744,