commit | e413ea04b716effb28eb49dbc98ad3f9f761545a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 16:20:13 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 16:20:13 2021 +0000 |
tree | 64c13d8b06ffb929eae3f814805077e93ecf7ecc | |
parent | 1f2453fec6f8f0f315f00ca7b562a02090cb1e37 [diff] [blame] |
patch 8.2.3664: cannot adjust sign highlighting for 'cursorline' Problem: Cannot adjust sign highlighting for 'cursorline'. Solution: Add CursorLineSign and CursorLineFold highlight groups. (Gregory Anders, closes #9201)
diff --git a/src/version.c b/src/version.c index b4e2464..4356be1 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3664, +/**/ 3663, /**/ 3662,