zsh-workers
 help / color / mirror / code / Atom feed
* Fix for kfmclient completion
@ 2005-03-05 10:12 Tobias Gruetzmacher
  2005-03-05 10:33 ` Andrey Borzenkov
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Gruetzmacher @ 2005-03-05 10:12 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix for kfmclient completion
  2005-03-05 10:12 Fix for kfmclient completion Tobias Gruetzmacher
@ 2005-03-05 10:33 ` Andrey Borzenkov
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Borzenkov @ 2005-03-05 10:33 UTC (permalink / raw)
  To: zsh-workers; +Cc: Tobias Gruetzmacher

On Saturday 05 March 2005 13:12, Tobias Gruetzmacher wrote:
> --- orig/Completion/X/Command/_kfmclient
> +  (move|download|copy|openProperties)

I committed this.

BTW according to kfmclient --help move and copy may have multiple source URLs 
that is not currently suported by _kfmclient.

-andrey


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-05 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05 10:12 Fix for kfmclient completion Tobias Gruetzmacher
2005-03-05 10:33 ` Andrey Borzenkov

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