about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Functions/Prompts/prompt_clint_setup2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35dd86c1a..3918e6bfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-17  Clint Adams  <clint@zsh.org>
+
+	* unposted: Functions/Prompts/prompt_clint_setup: correct %v typo.
+
 2002-08-14  Oliver Kiddle  <opk@zsh.org>
 
 	* 16000, 16393 (Clint): Completion/Debian/Command/_debchange,
diff --git a/Functions/Prompts/prompt_clint_setup b/Functions/Prompts/prompt_clint_setup
index d6c5d71fb..5befc5431 100644
--- a/Functions/Prompts/prompt_clint_setup
+++ b/Functions/Prompts/prompt_clint_setup
@@ -39,7 +39,7 @@ prompt_clint_setup () {
   [[ -f /proc/apm ]] && p_apm="%(2v.-%2v-.)"
 
   p_shlvlhist="%{$reset_color%}zsh%(2L./$SHLVL.) %B%h%b "
-  p_rc="%(?..[%?%v1] )"
+  p_rc="%(?..[%?%1v] )"
   p_end="%{$reset_color%}%B%#%b %{$fg_no_bold[$pcc[2]]%}"
 
   POSTEDIT="$reset_color"