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

Fix for kfmclient completion



Hi,

just a small bug in the _kfmclient completion, the copy command was not
completed correctly:

--- orig/Completion/X/Command/_kfmclient
+++ mod/Completion/X/Command/_kfmclient
@@ -90,7 +90,7 @@
   fi
   ;;

-  (move|download|openProperties)
+  (move|download|copy|openProperties)
   if [[ $state = firstarg ]]; then
       _webbrowser
       return

Can somebody commit this?

Gretings Tobi

--
GPG-Key 0xE2BEA341 - signed/encrypted mail preferred
My, oh so small, homepage: http://portfolio16.de/
http://www.fli4l.de/ - ISDN- & DSL-Router on one disk!
Registered FLI4L-User #00000003

Attachment: signature.asc
Description: OpenPGP digital signature



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