zsh-workers
 help / color / mirror / code / Atom feed
* Completion for limits
@ 1999-06-15  8:41 Kiddle, Oliver
  1999-06-15 16:36 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Kiddle, Oliver @ 1999-06-15  8:41 UTC (permalink / raw)
  To: 'zsh-workers@sunsite.auc.dk'

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)"}%% *}'


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-16  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-15  8:41 Completion for limits Kiddle, Oliver
1999-06-15 16:36 ` Bart Schaefer
1999-06-16  7:52   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).