Add CursorLineSign and CursorLineFold highlight groups#9201
Add CursorLineSign and CursorLineFold highlight groups#9201gpanders wants to merge 1 commit intovim:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9201 +/- ##
==========================================
- Coverage 90.17% 88.44% -1.74%
==========================================
Files 151 150 -1
Lines 170849 167991 -2858
==========================================
- Hits 154070 148576 -5494
- Misses 16779 19415 +2636
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Asan reports a couple of memory leaks, please fix that. |
a272e32 to
7d266b8
Compare
|
Forgot a |
|
These tests are failing: Not sure how or if that's related to these changes though. |
|
looks like those currently also happen on master, so probably unrelated |
|
Please sync to head, then the failures should be gone. |
These are similar to the SignColumn and FoldColumn groups but only take effect for the cursor line and when the 'cursorline' option is set.
7d266b8 to
ffa66bb
Compare
|
Done |
Problem: Cannot adjust sign highlighting for 'cursorline'.
Solution: Add CursorLineSign and CursorLineFold highlight groups.
(Gregory Anders, closes vim/vim#9201)
vim/vim@e413ea0
Problem: Cannot adjust sign highlighting for 'cursorline'.
Solution: Add CursorLineSign and CursorLineFold highlight groups.
(Gregory Anders, closes vim/vim#9201)
vim/vim@e413ea0
Problem: Cannot adjust sign highlighting for 'cursorline'.
Solution: Add CursorLineSign and CursorLineFold highlight groups.
(Gregory Anders, closes vim/vim#9201)
vim/vim@e413ea0
Problem: Cannot adjust sign highlighting for 'cursorline'.
Solution: Add CursorLineSign and CursorLineFold highlight groups.
(Gregory Anders, closes vim/vim#9201)
vim/vim@e413ea0
These are similar to the SignColumn and FoldColumn groups but only take
effect for the cursor line and when the 'cursorline' option is set.