Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion for limits
- X-seq: zsh-workers 6636
- From: "Kiddle, Oliver" <KiddleO@xxxxxxxxxx>
- To: "'zsh-workers@xxxxxxxxxxxxxx'" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Completion for limits
- Date: Tue, 15 Jun 1999 09:41:08 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
The new-style completion for limits doesn't work anymore. Patch follows:
Oliver Kiddle
*** Completion/Builtins/_limits.old Mon Jun 14 22:45:07 1999
--- Completion/Builtins/_limits Mon Jun 14 22:47:41 1999
***************
*** 1,3 ****
#compdef limit unlimit
! compgen -k "(${(j: :)${(f)$(limit)}%% *})"
--- 1,3 ----
#compdef limit unlimit
! compgen -s '${${(f)"$(limit)"}%% *}'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author