diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2022-09-07 15:46:12 -0500 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2023-05-13 00:44:01 +0200 |
commit | 9b9f3adde89e18945cf4e9029c500615d5092d87 (patch) | |
tree | 1691f48c0393549b7bda606457fad0a11e92d381 | |
parent | 51d5ddb02bef3162251df151bf114215614028fe (diff) | |
download | zsh-9b9f3adde89e18945cf4e9029c500615d5092d87.tar.gz zsh-9b9f3adde89e18945cf4e9029c500615d5092d87.tar.xz zsh-9b9f3adde89e18945cf4e9029c500615d5092d87.zip |
50612: vcs_info: fix typo
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Misc/vcs_info-examples | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0d50432a2..f5c77f801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples index 94c47278d..ddd8dd9a8 100644 --- a/Misc/vcs_info-examples +++ b/Misc/vcs_info-examples @@ -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. |