From e1c078c62828c446ef4e8a87c417469696c9ca65 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 30 Dec 2010 16:20:43 +0100 Subject: [PATCH] Issue 8: Trigger highlighting on magic-space (thanks to sunaku) --- README.md | 1 + zsh-syntax-highlighting.zsh | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b94aff5..ff4fbf5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index 2cd8d42..0028372 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -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