about summary refs log tree commit diff
path: root/Completion/Base/Widget/_complete_debug
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/Widget/_complete_debug')
-rw-r--r--Completion/Base/Widget/_complete_debug2
1 files changed, 1 insertions, 1 deletions
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