mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 11:01:15 +02:00
20145: Additional arguments to read-from-minibuffer specify initial values
of LBUFFER and RBUFFER.
This commit is contained in:
parent
86ae90bc1c
commit
def0167e34
3 changed files with 19 additions and 5 deletions
|
@ -8,6 +8,12 @@
|
|||
prompt variable is always reread; fixes bug that if PS1
|
||||
was altered the prompt string was invalid.
|
||||
|
||||
2004-07-10 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 20145: Doc/Zsh/contrib.yo, Functions/Zle/read-from-minibuffer:
|
||||
second and third arguments of read-from-minibuffer now specify the
|
||||
initial values of LBUFFER and RBUFFER.
|
||||
|
||||
2004-07-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 20142: Test/A06assign.ztst: add test for bug fixed in
|
||||
|
|
|
@ -742,12 +742,20 @@ when executing, for example, tt(execute-named-cmd)). The value is then
|
|||