From 24fbcce0a0767814faf13f6107d95e0ee26846d3 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Thu, 7 Jun 2012 17:16:38 +0530 Subject: [PATCH] Add comments to bundle-apply, on its need. It looks like bundle-apply is not required anymore. Now that we call `compinit -i` at the end of `bundle-install`, we shouldn't need this. Every time a new bundle is added by the user that defines completions, the `bundle-install` the user runs, should create the `.zcompdump` with the new completions too. But I'll keep this here, probably deprecating after some further investigation. --- antigen.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/antigen.zsh b/antigen.zsh index 0e60915..9897543 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -212,6 +212,7 @@ bundle-theme () { bundle-apply () { # Initialize completion. + # TODO: Doesn't look like this is really necessary. Need to investigate. compinit -i } -- 2.0.0