Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] vcs_info: fix typo
- X-seq: zsh-workers 50612
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Cc: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- Subject: [PATCH] vcs_info: fix typo
- Date: Wed, 7 Sep 2022 15:46:12 -0500
- Archived-at: <https://zsh.org/workers/50612>
- List-id: <zsh-workers.zsh.org>
Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx>
---
Misc/vcs_info-examples | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.37.2.351.g9bf691b78c.dirty
Messages sorted by:
Reverse Date,
Date,
Thread,
Author