about summary refs log tree commit diff
path: root/Completion/Core/compinit
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-27 09:33:04 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-27 09:33:04 +0000
commitf02f5b7f362ef6c2e3528c23f89391ca5a71ebf7 (patch)
tree084a6f5ea94890c4a900c1606e3827b6d16becad /Completion/Core/compinit
parent8eb2c90530262f8ac4e7515ae7da556dabb7185b (diff)
downloadzsh-f02f5b7f362ef6c2e3528c23f89391ca5a71ebf7.tar.gz
zsh-f02f5b7f362ef6c2e3528c23f89391ca5a71ebf7.tar.xz
zsh-f02f5b7f362ef6c2e3528c23f89391ca5a71ebf7.zip
zsh-workers/8440
Diffstat (limited to 'Completion/Core/compinit')
-rw-r--r--Completion/Core/compinit4
1 files changed, 0 insertions, 4 deletions
diff --git a/Completion/Core/compinit b/Completion/Core/compinit
index b3472ca0e..ca9240f92 100644
--- a/Completion/Core/compinit
+++ b/Completion/Core/compinit
@@ -78,10 +78,6 @@ while [[ $# -gt 0 && $1 = -[dDf] ]]; do
   fi
 done
 
-# We need the parameter modules.
-
-zmodload -i parameter zleparameter
-
 # The associative array containing the definitions for the commands.
 # Definitions for patterns will be stored in the normal arrays `_patcomps'
 # and `_postpatcomps'.