mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-27 15:55:06 +01:00
50612: vcs_info: fix typo
This commit is contained in:
parent
51d5ddb02b
commit
9b9f3adde8
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2023-05-13 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* Felipe Contreras: 50612: Misc/vcs_info-examples: fix typo
|
||||
|
||||
* github #98: Vidhan Bhatt: Completion/Darwin/Command/_shortcuts:
|
||||
feat: add `shortcuts` completions
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@ function +vi-gen-applied-string() {
|
|||
|
||||
|
||||
# Allow substitutions and expansions in the prompt, necessary for
|
||||
# using a single-quoted $vcs_info_msg_0_ in PS1, RPOMPT (as used here) and
|
||||
# using a single-quoted $vcs_info_msg_0_ in PS1, RPROMPT (as used here) and
|
||||
# similar. Other ways of using the information are described above.
|
||||
setopt promptsubst
|
||||
# Load vcs_info to display information about version control repositories.
|
||||
|
|
Loading…
Reference in a new issue