From ffabab4e74ae5b7e61550c528b8d19f6af6217e3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 11 Jul 2008 19:12:22 +0000 Subject: 25276: use autoload -z for zsh-autoload functions --- Functions/Zle/predict-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/predict-on') diff --git a/Functions/Zle/predict-on b/Functions/Zle/predict-on index 33478c0b5..57fe048d5 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -15,7 +15,7 @@ # with RETURN, without needing to move the cursor to the end first. # # To use it: -# autoload -U predict-on +# autoload -Uz predict-on # zle -N predict-on # zle -N predict-off # bindkey '...' predict-on -- cgit 1.4.1