mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-27 14:14:19 +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,
|
||||
background: cursorShapeAttrs.effectiveBackground,
|
||||
special: cellAtCursorAttrs.special,
|
||||
reverse: true
|
||||
reverse: !cellAtCursorAttrs.reverse
|
||||
)
|
||||
|
||||
context.saveGState()
|
||||
|
Loading…
Reference in New Issue
Block a user