diff options
author | Marc Finet <m.dreadlock@gmail.com> | 2014-09-12 23:30:35 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2014-09-14 12:02:34 +0200 |
commit | 6ec8cfdeaa94c6b7a1067a47162644df3a97acb7 (patch) | |
tree | b02f5bb3b8446b3a541294dd14aa8bf5078970fe /Misc | |
parent | 03e53c8f25a472b4d62ad5e7247b693a4864eaca (diff) | |
download | zsh-6ec8cfdeaa94c6b7a1067a47162644df3a97acb7.tar.gz zsh-6ec8cfdeaa94c6b7a1067a47162644df3a97acb7.tar.xz zsh-6ec8cfdeaa94c6b7a1067a47162644df3a97acb7.zip |
33149: vcs_info examples: fix typo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/vcs_info-examples | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples index 5d8ff187e..766eb82a4 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. |