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

Indention guide lines get highlighted when using easymotion. #365

Open
DasOhmoff opened this issue Oct 23, 2021 · 0 comments
Open

Indention guide lines get highlighted when using easymotion. #365

DasOhmoff opened this issue Oct 23, 2021 · 0 comments

Comments

@DasOhmoff
Copy link

DasOhmoff commented Oct 23, 2021

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant