From 9b9f3adde89e18945cf4e9029c500615d5092d87 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 7 Sep 2022 15:46:12 -0500 Subject: [PATCH] 50612: vcs_info: fix typo --- ChangeLog | 2 ++ Misc/vcs_info-examples | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d50432a2..f5c77f801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2023-05-13 Oliver Kiddle + * 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.