Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
vared does not see last history event
- X-seq: zsh-users 52
- From: Alex Ramos <alex_ramos@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: vared does not see last history event
- Date: Tue, 8 Aug 1995 09:37:08 -0500 (CDT)
- Reply-to: alex_ramos@xxxxxxxxxx
The following code does not behave as one would normally expect:
while vared -c -p 'zsql> ' sql
do
print -s $sql
echo "your input was = $sql"
unset sql
done
It seems that 'vared' never sees the most recent event in the
history list, i.e. you have to enter a dummy line before you can
edit the one you just entered. (to see what I'm talking about, run
the above, input anything, then up-arrow/enter, then up-arrow/enter
again).
Is this a bug, or a configuration option?
thanks,
--
Alex Ramos
Messages sorted by:
Reverse Date,
Date,
Thread,
Author