From 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jul 2010 13:33:52 +0000 Subject: c.f. users/15202: use "autoload -Uz" consistently --- Functions/Zle/history-pattern-search | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/history-pattern-search') diff --git a/Functions/Zle/history-pattern-search b/Functions/Zle/history-pattern-search index a6b12bd9c..0e3103e19 100644 --- a/Functions/Zle/history-pattern-search +++ b/Functions/Zle/history-pattern-search @@ -13,7 +13,7 @@ emulate -L zsh setopt extendedglob # Load required features. -autoload -U read-from-minibuffer +autoload -Uz read-from-minibuffer zmodload -i zsh/parameter local REPLY dir new -- cgit 1.4.1