mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2025-01-10 12:49:25 +00:00
widget binding: don't exclude widgets with identical function name
Skipping when $cur_widgets == user:$cur_widget was introduced
with 776453cb5b
. However there
are cases where this is not just an 'already rebound' event, but
simply a normal widget whose function name happens to be identical
to its widget name.
Example:
expand-absolute-path is a widget whose function name is also
expand-absolute-path. No reason why this should be ignored.
Another example:
edit-command-line
This commit is contained in:
parent
ed33d2cb13
commit
487b122c48