summaryrefslogtreecommitdiffstats
path: root/Completion
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-01-10 18:06:17 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-01-10 18:06:43 -0800
commit5caf317c3a29ca0091f7e19b4f923978aaa4b012 (patch)
treef211d0e2db71ecf2f2c380f9320624f5caa4d992 /Completion
parenttest for alias expansion in command substitution (diff)
downloadzsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.gz
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.bz2
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.lz
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.xz
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.tar.zst
zsh-5caf317c3a29ca0091f7e19b4f923978aaa4b012.zip
unposted (cf. 34218): : remove -m from zmodload calls
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Base/Widget/_complete_debug2
-rw-r--r--Completion/compinstall2
2 files changed, 2 insertions, 2 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
diff --git a/Completion/compinstall b/Completion/compinstall
index 2f99d270d..afa517edb 100644
--- a/Completion/compinstall
+++ b/Completion/compinstall
@@ -3,7 +3,7 @@
emulate -L zsh
setopt extendedglob
-zmodload -m -F zsh/files b:zf_ln || return 1
+zmodload -F zsh/files b:zf_ln || return 1
local key
local compcontext=-default-