summaryrefslogtreecommitdiff
path: root/plugins/extract/extract.plugin.zsh
diff options
context:
space:
mode:
authorDaniel Bye <dan@slightlystrange.org>2012-01-13 12:40:59 +0000
committerDaniel Bye <dan@slightlystrange.org>2012-01-13 12:40:59 +0000
commitc04b4abe91b69c058bde8e5968abb759b9168b88 (patch)
tree1e03fc01cbc3ce8145c0f06256cee90ced32b76f /plugins/extract/extract.plugin.zsh
parent7a41498b0d4f68c537d494b5f849913361315fde (diff)
downloadzsh-c04b4abe91b69c058bde8e5968abb759b9168b88.tar.gz
zsh-c04b4abe91b69c058bde8e5968abb759b9168b88.tar.bz2
zsh-c04b4abe91b69c058bde8e5968abb759b9168b88.zip
Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
Diffstat (limited to 'plugins/extract/extract.plugin.zsh')
-rw-r--r--plugins/extract/extract.plugin.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/extract/extract.plugin.zsh b/plugins/extract/extract.plugin.zsh
index 8cc17f7d4..383331ccf 100644
--- a/plugins/extract/extract.plugin.zsh
+++ b/plugins/extract/extract.plugin.zsh
@@ -80,6 +80,4 @@ alias x=extract
# add extract completion function to path
fpath=($ZSH/plugins/extract $fpath)
-autoload -U compinit
-compinit -i