Open
Description
Vim version 9.1.1336
Steps
- Use easymotion once.
:call execute('colorsheme blue')
(also,:call win_execute(winid, 'syntax enable')
from:help popup-buffer
.)
Actual
Error detected while processing ColorScheme Autocommands for "*"..function EasyMotion#highlight#i
nit[1]..EasyMotion#highlight#InitHL:
line 14:
E930: Cannot use :redir inside execute()
E930: Cannot use :redir inside execute()
line 17:
E121: Undefined variable: hlstatus
Cause
redir
inside execute
causes E930 in Vim 8.0 or later.
Metadata
Metadata
Assignees
Labels
No labels