Skip to content

Word block matches make keywords disappear  #70

@aalvarado

Description

@aalvarado

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

screen shot 2018-04-02 at 4 57 13 pm

commenting it:
screen shot 2018-04-02 at 4 59 24 pm

mvim 8.0, OSX.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions