commit | bbee8d5122b159683b3f52eddd0da85fcf1fcbfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 14 21:51:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 14 21:51:40 2019 +0100 |
tree | 49e9596818b1c4fdc21c0e9ee7876dfff6b78a5c | |
parent | 99b1272f88a493421d438e5e184003763efb4b8f [diff] [blame] |
patch 8.1.0746: highlighting not updated with conceal and 'cursorline' 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.
diff --git a/src/version.c b/src/version.c index 60d82d2..4b21d28 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 746, +/**/ 745, /**/ 744,