summaryrefslogtreecommitdiff
path: root/plugins/compleat
diff options
context:
space:
mode:
authorAndrew Hodges <betawaffle@gmail.com>2011-05-28 13:06:03 -0400
committerAndrew Hodges <betawaffle@gmail.com>2011-05-28 13:06:03 -0400
commitace84c8b7eb8b50842798bac9811d02928f58dd3 (patch)
tree9e53c4328be2da48d103fbc02b3a41bc2625618b /plugins/compleat
parent18293cd724224282d6ca473fcbe6e7439d3eac0c (diff)
downloadzsh-ace84c8b7eb8b50842798bac9811d02928f58dd3.tar.gz
zsh-ace84c8b7eb8b50842798bac9811d02928f58dd3.tar.bz2
zsh-ace84c8b7eb8b50842798bac9811d02928f58dd3.zip
Cleanup
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
Diffstat (limited to 'plugins/compleat')
-rw-r--r--plugins/compleat/compleat.plugin.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/compleat/compleat.plugin.zsh b/plugins/compleat/compleat.plugin.zsh
index 8d16a5687..38f1b396a 100644
--- a/plugins/compleat/compleat.plugin.zsh
+++ b/plugins/compleat/compleat.plugin.zsh
@@ -5,7 +5,6 @@
# VERSION: 1.0.0
# ------------------------------------------------------------------------------
-
if (( ${+commands[compleat]} )); then
local prefix="${commands[compleat]:h:h}"
local setup="${prefix}/share/compleat-1.0/compleat_setup"
@@ -19,4 +18,3 @@ if (( ${+commands[compleat]} )); then
source "$setup"
fi
fi
-