commit | ad5e5631c5dc93a50bbe637be254c5e9968848ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 20:52:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 20:52:26 2020 +0200 |
tree | 1e45c995ab1ef7772891db27cccf65dc26232a2a | |
parent | c8f12c9856df58c760fe54d81b2ec5ed4dcaffd6 [diff] [blame] |
patch 8.2.1689: 'colorcolumn' doesn't show in indent Problem: 'colorcolumn' doesn't show in indent. Solution: Also draw the column when draw_state is WL_BRI or WL_SBR. (Alexey Demin, closes #6948, closes #6619)
diff --git a/src/version.c b/src/version.c index 23006e1..f4b0241 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1689, +/**/ 1688, /**/ 1687,