Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion services + xterm auto-margin revisited
- X-seq: zsh-workers 13520
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: Completion services + xterm auto-margin revisited
- Date: Thu, 22 Feb 2001 12:14:32 +0000
- In-reply-to: Your message of "Thu, 22 Feb 2001 13:02:22 +0100." <200102221202.NAA18489@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> Maybe for now we should just make the description shorter?
OK, how about this for now?
Index: Completion/Builtins/_vars_eq
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Builtins/_vars_eq,v
retrieving revision 1.7
diff -u -r1.7 _vars_eq
--- Completion/Builtins/_vars_eq 2000/05/16 09:55:55 1.7
+++ Completion/Builtins/_vars_eq 2001/02/22 12:13:16
@@ -6,8 +6,8 @@
allargs=( \
A '(-E -F -L -R -T -U -Z -a -f -i -m)-A[specify that arguments refer to associative arrays]' \
- E '(-A -F -L -R -T -U -Z -a -f -i -m)-E[represent internally as floating point, use engineering notation on output]' \
- F '(-A -E -L -R -T -U -Z -a -f -i -m)-F[represent internally as floating point, use fixed point decimal on output]' \
+ E '(-A -F -L -R -T -U -Z -a -f -i -m)-E[floating point, use engineering notation on output]' \
+ F '(-A -E -L -R -T -U -Z -a -f -i -m)-F[floating point, use fixed point decimal on output]' \
L '(-A -E -F -f -i)-L+[left justify and remove leading blanks from value]:width' \
R '(-A -E -F -f -i)-R+[right justify and fill with leading blanks]:width' \
T '(-A -E -F -a -f -g -h -i -l -m -t)-T[tie scalar to array]' \
@@ -33,7 +33,7 @@
use="AEFLRTUZafghilmrtux"
-case ${words[1]} in
+case ${service} in
float) use="EFghlrtux";;
functions)
use="Umtu"
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author