summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xCompletion/X/Command/_kfmclient2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e5c530da..cc03fdb5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-05 Andrey Borzenkov <bor@zsh.org>
+
+ * Tobias Gruetzmacher: 20932: Completion/X/Command/_kfmclient:
+ Add copy command
+
2005-03-04 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* unposted: Src/Zle/zle_refresh.c: correct deliberate mistake.
diff --git a/Completion/X/Command/_kfmclient b/Completion/X/Command/_kfmclient
index dc1bce0cb..10d7a2ccb 100755
--- a/Completion/X/Command/_kfmclient
+++ b/Completion/X/Command/_kfmclient
@@ -90,7 +90,7 @@ case $line[1] in
fi
;;
- (move|download|openProperties)
+ (move|download|copy|openProperties)
if [[ $state = firstarg ]]; then
_webbrowser
return