-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Widgets are overridden to call _zle_highlight. How can I prevent this from happening when I know a widget doesn't need to trigger highlighting? In my script, with my widget?
I would say this is possible, because zsh-users/zaw behaves like if it had accomplished this – it's region_highlight setting doesn't disappear when using cursors. One of first things that _zle_highlight does is resetting region_highlight array. I load z-sy-h after zaw.
Reactions are currently unavailable