Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Vared Using Spaces for characters



I'm seeing a problem with running multiple vared  commands on the same
command line with the latest zsh from anonymous cvs.  Tested on both
FC1&3.

Example.  (added [] to show where the cursor is placed).  In this
example I just hit return for each of the vared lines.  It displays
spaces for some of the characters on the second vared, though it
doesn't seem to change the value of the variable
zsh -f
% var1=fhardy@xxxxxxxx var2=jhardy@xxxxxxxx
% vared var1 ; vared var2
fhardy@xxxxxxxx[]
j              []
% vared var2 ; vared var1
jhardy@xxxxxxxx[]
f              []
% exit

-FR.



Messages sorted by: Reverse Date, Date, Thread, Author