Closed galaunay closed 7 years ago
This fix remove the display flickering when using global-hl-line-mode and evil-escape-mode (see #65).
evil-escape-pre-command-hook is now added at the beginning of pre-command-hook and so, called before global-hl-line-unhighlight.
evil-escape-pre-command-hook
pre-command-hook
global-hl-line-unhighlight
This change in pre-command-hook order does not seem to be harmful elsewhere (evil-escape still works fine for me).
Thank you ! Great fix 👍 Will be in 3.14 Cherry-picked into develop branch, you can safely delete your branch.
This fix remove the display flickering when using global-hl-line-mode and evil-escape-mode (see #65).
evil-escape-pre-command-hook
is now added at the beginning ofpre-command-hook
and so, called beforeglobal-hl-line-unhighlight
.This change in
pre-command-hook
order does not seem to be harmful elsewhere (evil-escape still works fine for me).