zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#345583: zsh: file completion for "last" command is buggy
       [not found] <20060102001439.GA1775@dixsept.loria.fr>
@ 2006-01-02  1:51 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-01-02  1:51 UTC (permalink / raw)
  To: zsh-workers; +Cc: Vincent Lefevre, 345583

> When I do "last -f ", then file completion works as expected. But it
> no longer works if another option is used, such as in "last -af " or
> "last -axf ".

Index: Completion/Unix/Command/_last
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_last,v
retrieving revision 1.2
diff -u -r1.2 _last
--- Completion/Unix/Command/_last	8 Jun 2005 12:45:35 -0000	1.2
+++ Completion/Unix/Command/_last	2 Jan 2006 01:50:30 -0000
@@ -1,6 +1,6 @@
 #compdef last lastb
 
-_arguments \
+_arguments -s \
   '-a[display hostname in last column]' \
   '-n[number]:number' \
   '-[number]:number' \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-02  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20060102001439.GA1775@dixsept.loria.fr>
2006-01-02  1:51 ` Bug#345583: zsh: file completion for "last" command is buggy Clint Adams

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).