Commit 452d4f52d3c7c9bccce77f94463fe64eb949a02c

Authored by Shrikant Sharat
1 parent 0b32bec279

bundle-apply is required again.

The reasoning behing bundle-apply not being required is that bundle-install is
run everytime the plugin requirements change. But now, without a bundle-install,
bundle-apply finds its place.

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -194,7 +194,6 @@ bundle-theme () {
194 194  
195 195 bundle-apply () {
196 196 # Initialize completion.
197   - # TODO: Doesn't look like this is really necessary. Need to investigate.
198 197 compinit -i
199 198 }
200 199