1
1
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:
Tae Won Ha 2021-06-27 21:04:01 +02:00 committed by GitHub
commit b5a0f76655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ extension NvimView {
foreground: cursorTextColor,
background: cursorShapeAttrs.effectiveBackground,
special: cellAtCursorAttrs.special,
reverse: true
reverse: !cellAtCursorAttrs.reverse
)
context.saveGState()