zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Add back missing '*: :_files' line to _setfacl
@ 2010-10-12  5:23 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2010-10-12  5:23 UTC (permalink / raw)
  To: zsh workers

both _setfacl and _getfacl got this bug at the same time, later on
only _getfacl was fixed.

diff --git a/Completion/Unix/Command/_setfacl b/Completion/Unix/Command/_setfacl
index 593c2b5..af6c4d4 100644
--- a/Completion/Unix/Command/_setfacl
+++ b/Completion/Unix/Command/_setfacl
@@ -30,5 +30,6 @@ _arguments -s -S \
   '--restore=[restore ACLs]:file:_files' \
   '--test[test mode (ACLs are not modified)]' \
   '--version[print version and exit]' \
-  '--help[this help text]'
+  '--help[this help text]' \
+  '*: :_files'
 fi


-- 
Mikael Magnusson


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

only message in thread, other threads:[~2010-10-12  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-12  5:23 [PATCH] Add back missing '*: :_files' line to _setfacl Mikael Magnusson

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