From 50ff7f93f52d0ad2cf3788b40d8df8c1e89e87f6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Jun 2008 16:23:29 +0200 Subject: etc/completions/_lighty-stats: Made it better, but zsh does not read the fucking file --- etc/completions/_lighty-stats | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats index a4a987b..4d8ea3d 100644 --- a/etc/completions/_lighty-stats +++ b/etc/completions/_lighty-stats @@ -1,9 +1,9 @@ #compdef lighty-stats ## vim:ft=zsh -local options +local arguments -options=( +arguments=( '(--no-show-days)--show-days' '(--no-show-ips)--show-ips' '(--no-show-hosts)--show-hosts' @@ -16,6 +16,7 @@ options=( '--ignore=' '--pathlength=' '--width=' - '' + '*:file:_files' ) -_arguments -s $options + +_arguments -s $arguments -- cgit v1.2.3