Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 1/9] vcs_info examples: fix typo



---
 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