diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-08 10:12:22 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-08 10:12:22 -0400 |
commit | 993e05da50543b9c2dcc5e4fedb93afd1c8b020c (patch) | |
tree | feeccab83c2b7fb9cfd027c686ea15f746f48bac /lib/completion.zsh | |
parent | 2e9492969b0ea90932ad3f4298330b75ef8cf2ce (diff) | |
download | zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.tar.gz zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.tar.bz2 zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.zip |
Replace redundant calls to compinit with a single call.
Diffstat (limited to 'lib/completion.zsh')
-rw-r--r-- | lib/completion.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index e8e9776a5..3c5a41e14 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -9,9 +9,6 @@ setopt always_to_end WORDCHARS='' -autoload -U compinit -compinit -i - zmodload -i zsh/complist ## case-insensitive (all),partial-word and then substring completion |