vim / colorschemes

colorschemes for Vim
279 stars 23 forks source link

CursorLineSign, CursorLineFold #153

Closed habamax closed 2 years ago

habamax commented 2 years ago

I am not sure when they appeared, but we don't have them explicitly highlighted in remakes.

romainl commented 2 years ago

Thanks.

romainl commented 2 years ago

@habamax, would you have a screenshot of what they look like in practice?

lifepillar commented 2 years ago

Good catch! They were added in Vim 8.2.3664 (e413ea04b716effb28eb49dbc98ad3f9f761545a) on November 24, 2021.

romainl commented 2 years ago

OK, so the point of those highlight groups is to visually extend the cursor line through the fold column and the sign column.

I guess we can link them to CursorLine for the time being, at least when CursorLine differs from FoldColumn and SignColumn.