Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 1/9] vcs_info examples: fix typo
- X-seq: zsh-workers 33149
- From: Marc Finet <m.dreadlock@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 1/9] vcs_info examples: fix typo
- Date: Fri, 12 Sep 2014 23:30:35 +0200
- Cc: Marc Finet <m.dreadlock@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SGeFZItrFIxnkaZgfmdddGRT+ZGPhCjt/+QmCodfEjI=; b=U3qbzj/NGW815NyMPc4vwqM1lBzDFK2QOWZXVn/MSiQSQZHTzlFdLfqUai/OuOy72s BmY3oYOCaoRN9ff3JBteywyEw5AHtWmPhIK/c8XoEWGOC3RI41eMz04tZAYlw/mERfI6 W/V2r6iBgzd+s6A+g2Tl+3sEPNK1Ni0wcraxzb6/H7bjPlgx+6B2D968N4SybIQfcTAc dgfnw1YItHxw8L5cMlO3t7d0l9NvoP6qq/l5PvkA62GVVPpea3BBJ6gDyVL6oTdorBut p6z7dxrZ+QCRwqt/zOJheCjyjys9YO+lvP261mn7HguyZuIhOf4f+vhSNH13M8kAgBc6 aAYA==
- In-reply-to: <1410557443-24178-1-git-send-email-m.dreadlock@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1410557443-24178-1-git-send-email-m.dreadlock@gmail.com>
---
Misc/vcs_info-examples | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples
index 5d8ff18..766eb82 100644
--- a/Misc/vcs_info-examples
+++ b/Misc/vcs_info-examples
@@ -301,7 +301,7 @@ zstyle ':vcs_info:*+pre-get-data:*' hooks pre-get-data
# If we got to this point, running vcs_info was not forced, so now we
# default to not running it and selectively choose when we want to run
- # it (ret=1 means run it, ret=0 means don't).
+ # it (ret=0 means run it, ret=1 means don't).
ret=1
# If a git/hg command was run then run vcs_info as the status might
# need to be updated.
--
2.1.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author