Skip to content
This repository was archived by the owner on Jul 29, 2023. It is now read-only.
This repository was archived by the owner on Jul 29, 2023. It is now read-only.

Indention guide lines get highlighted when using easymotion. #365

@DasOhmoff

Description

@DasOhmoff

Hello. Thank you for your help.

I use the following plugin vim-easymotion. This plugin allows entering characters and jumping to the location that match these entered characters, by pressing a key that pops up at the matched location.

Example: here is the text before I use easymotion:
image
As you can see, the indentations are marked with the ¦ character.
Here is what happens after I search for the string in with easymotion:
image
Keys appear at the matched locations (the things in red). If I now press a, I will jump to the first match. But the problem is, as you can see, the ¦ character gets highlighted as well, which is not supposed to be happening.

This problem in either of the following scenarios:

  1. the setting: let EasyMotion_do_shade = 0 is set
  2. there are only matches other windows. Then only the other windows get shaded, the current window does not, but the ¦ character is still highlighted.

How can I avoid this, so that the ¦ character does not get highlighted?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions