about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2005-03-05 10:31:06 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2005-03-05 10:31:06 +0000
commit41b2e0cb680d7ee80a84283bdcedd13c6854c87d (patch)
tree645c22f9bd20b12271b90a7a546cbfb32db8f33d
parent7fb20a71cbfe0667f8b664e8a886032fd8a43dc7 (diff)
downloadzsh-41b2e0cb680d7ee80a84283bdcedd13c6854c87d.tar.gz
zsh-41b2e0cb680d7ee80a84283bdcedd13c6854c87d.tar.xz
zsh-41b2e0cb680d7ee80a84283bdcedd13c6854c87d.zip
20932: Add copy comand completion
-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