From 5caf317c3a29ca0091f7e19b4f923978aaa4b012 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 10 Jan 2015 18:06:17 -0800 Subject: unposted (cf. 34218): : remove -m from zmodload calls --- Completion/Base/Widget/_complete_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base') diff --git a/Completion/Base/Widget/_complete_debug b/Completion/Base/Widget/_complete_debug index ba3d2b417..85a0f372a 100644 --- a/Completion/Base/Widget/_complete_debug +++ b/Completion/Base/Widget/_complete_debug @@ -9,7 +9,7 @@ local pager w="${(qq)words}" integer debug_fd=-1 { if [[ -t 2 ]]; then - zmodload -m -F zsh/files b:zf_ln 2>/dev/null && + zmodload -F zsh/files b:zf_ln 2>/dev/null && zf_ln -fn =(<<<'') $tmp && exec {debug_fd}>&2 2>| $tmp fi -- cgit 1.4.1