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/structs.h b/src/structs.h index 9e0f64e..d9d3e30 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -853,6 +853,7 @@ char_u *sat_text; int sat_texthl; int sat_linehl; + int sat_culhl; int sat_priority; } sign_attrs_T;