diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Core/compinit | 4 |
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'. |