From 86ae90bc1c2866b1b10a326d4cdbdb8b02a9f9a9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 11 Jul 2004 22:53:01 +0000 Subject: 20149: improve prompt-reset code 20150: commit ancient memory leak fix(?) in completion --- Doc/Zsh/zle.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 6c0b36005..f2067d14f 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1740,13 +1740,13 @@ Redisplays the edit buffer. tindex(reset-prompt) item(tt(reset-prompt) (unbound) (unbound) (unbound))( Force the prompts on both the left and right of the screen to be -re-expanded, then redisplay the edit buffer. Note that this -does not reflect changes to the prompt variables themselves, only changes +re-expanded, then redisplay the edit buffer. This +reflects changes both to the prompt variables themselves and changes in the expansion of the values (for example, changes in time or directory, or changes to the value of variables referred to by the prompt). -Otherwise, the prompt is only expaned each time zle starts, and +Otherwise, the prompt is only expanded each time zle starts, and when the display as been interrupted by output from another part of the shell (such as a job notification) which causes the command line to be reprinted. -- cgit v1.2.3