mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
33149: vcs_info examples: fix typo
This commit is contained in:
parent
03e53c8f25
commit
6ec8cfdeaa
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-09-14 Marc Finet <m.dreadlock@gmail.com>
|
||||
|
||||
* 33149: Misc/vcs_info-examples: vcs_info examples: fix typo
|
||||
|
||||
2014-09-12 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue