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 --- StartupFiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StartupFiles') diff --git a/StartupFiles/zshrc b/StartupFiles/zshrc index 88eea069e..2685c23dd 100644 --- a/StartupFiles/zshrc +++ b/StartupFiles/zshrc @@ -117,7 +117,7 @@ bindkey '^I' complete-word # complete on tab, leave expansion to _expand # Setup new style completion system. To see examples of the old style (compctl # based) programmable completion, check Misc/compctl-examples in the zsh # distribution. -autoload -U compinit +autoload -Uz compinit compinit # Completion Styles -- cgit 1.4.1