-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many builtin widgets are being rebound #137
Comments
The problem goes away if List of widgets from Bart's mail (users/18571):
Action items for this issue: check which widgets in the above list should be excluded from wrapping; check if any other widgets need to be excluded; follow up with upstream about |
See issue #137. A reproduction recipe for testing this change: $ zsh -f % bindkey -e % source <the script from http://www.zsh.org/mla/users/2014/msg00321.html users/18584> % source zsh-syntax-highlighting.zsh % echo foo % echo bar % <^R>echo<^R> This finds the 'echo foo' with this change but not without it.
Disabled wrapping of |
There doesn't seem to be any downside to wrapping the other widgets Bart mentioned. Wrapping
will highlight the first |
After me tracking down a problem with history-incremental-pattern-search-backward to zsh-syntax-highlighting needlessly rebinding the set-local-history widget, Bart Schaefer listed some more builtin widgets that should get excluded from rebinding or treated specially to avoid potential other issues:
http://www.zsh.org/mla/users/2014/msg00308.html
The text was updated successfully, but these errors were encountered: