Issue 8: Trigger highlighting on magic-space (thanks to sunaku)
This commit is contained in:
parent
9971f900a7
commit
e1c078c628
@ -33,3 +33,4 @@ Re-open your terminal, or just reload it to take changes into account:
|
||||
* James Ahlborn
|
||||
* [Andreas Jaggi](http://github.com/x-way)
|
||||
* [Wayne Davison](http://github.com/WayneD)
|
||||
* [Suraj N. Kurapati](http://github.com/sunaku)
|
||||
|
@ -81,6 +81,7 @@ colorize-zle-buffer() {
|
||||
# Bind the function to ZLE events.
|
||||
ZLE_COLORED_FUNCTIONS=(
|
||||
self-insert
|
||||
magic-space
|
||||
delete-char
|
||||
backward-delete-char
|
||||
kill-word
|
||||
|
Loading…
Reference in New Issue
Block a user