You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 likedef...end
orif...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.
but the color doesn't match the rest of the color scheme.
Screenshot
commenting it:
mvim 8.0, OSX.
The text was updated successfully, but these errors were encountered: