-
Notifications
You must be signed in to change notification settings - Fork 450
Closed
Description
What happened
This plugin https://github.com/andymass/vim-matchup highlights matches, highlighting matches in the current theme version color is set to none for text color, if you jump to a method definition like def...end or if...endif these keywords will get lost in the background since both will have the same color.
What I expected to happen
correctly highlight matches.
commenting this line on line 321 sort of fixes it.
call s:h('MatchParen', s:none, s:pink, [s:attrs.underline])but the color doesn't match the rest of the color scheme.
Screenshot
mvim 8.0, OSX.
Metadata
Metadata
Assignees
Labels
No labels

