mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-03 00:54:42 +03:00
Merge pull request #849 from rluba/fix/search_highlight_cursor
Fix #750: incorrect cursor color when over search highlight
This commit is contained in:
commit
b5a0f76655
@ -126,7 +126,7 @@ extension NvimView {
|
|||||||
foreground: cursorTextColor,
|
foreground: cursorTextColor,
|
||||||
background: cursorShapeAttrs.effectiveBackground,
|
background: cursorShapeAttrs.effectiveBackground,
|
||||||
special: cellAtCursorAttrs.special,
|
special: cellAtCursorAttrs.special,
|
||||||
reverse: true
|
reverse: !cellAtCursorAttrs.reverse
|
||||||
)
|
)
|
||||||
|
|
||||||
context.saveGState()
|
context.saveGState()
|
||||||
|
Loading…
Reference in New Issue
Block a user