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
Hi. Currently Evil automatically enables visual-state whenever the mark is activated outside of visual-state, insert-state, and emacs-state.
As you can see, these 3 states are hard-coded into this function so the user has no way to create a custom evil state which should not enter visual-state automatically. This causes problems such as gridaphobe/evil-god-state#4.
Hi. Currently Evil automatically enables
visual-state
whenever the mark is activated outside ofvisual-state
,insert-state
, andemacs-state
.As you can see, these 3 states are hard-coded into this function so the user has no way to create a custom evil state which should not enter
visual-state
automatically. This causes problems such as gridaphobe/evil-god-state#4.I propose #1821 as a solution to this issue.
The text was updated successfully, but these errors were encountered: