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/modify-current-argument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/modify-current-argument') diff --git a/Functions/Zle/modify-current-argument b/Functions/Zle/modify-current-argument index dd0b85a82..92ca7bdab 100644 --- a/Functions/Zle/modify-current-argument +++ b/Functions/Zle/modify-current-argument @@ -16,7 +16,7 @@ setopt localoptions noksharrays multibyte local -a reply integer REPLY REPLY2 -autoload -U split-shell-arguments +autoload -Uz split-shell-arguments split-shell-arguments # Can't do this unless there's some text under or left of us. -- cgit 1.4.1