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

[PATCH] Add back missing '*: :_files' line to _setfacl



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



Messages sorted by: Reverse Date, Date, Thread, Author