From 0100adc7b54e75932b0a515ef01a669c76d741ea Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Thu, 30 Dec 2010 05:44:32 -0800 Subject: [PATCH] Recolor the ZLE buffer when spacebar is pressed. --- zsh-syntax-highlighting.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-syntax-highlighting.plugin.zsh b/zsh-syntax-highlighting.plugin.zsh index 04c8d29..93124f1 100644 --- a/zsh-syntax-highlighting.plugin.zsh +++ b/zsh-syntax-highlighting.plugin.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