Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
universal argument regression
- X-seq: zsh-workers 21972
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: universal argument regression
- Date: Tue, 01 Nov 2005 23:07:09 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Greetings -
While empirically determing if copy-prev-word followed the universal
prefix (see my posting to zsh-users), I came across a regression in
the current shell vs. 4.2.1.
xterm -e zsh-4.2.1 -f
asdfg^A<ESC>4^F
does what is expected - it moves the cursor from the 'a' to the 'g'.
xterm -e zsh-2005-11-01 -f
asdfg^A<ESC>4^F
doesn't behave in the same way. ^A moves to the 'a', but then <ESC>4
flashes the screen (and is ignored) and the ^F moves forward 1
character to the 's'. It looks like the universal prefix argument is
ignored in the latest CVS sources.
(Upon further testing, this regression is fairly recent - a version of
the shell build on 2005-10-01 does not exhibit this bug. HTH.)
Regards,
Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author