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

Completion for limits



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