about summary refs log tree commit diff
path: root/Completion/X
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 /Completion/X
parent7fb20a71cbfe0667f8b664e8a886032fd8a43dc7 (diff)
downloadzsh-41b2e0cb680d7ee80a84283bdcedd13c6854c87d.tar.gz
zsh-41b2e0cb680d7ee80a84283bdcedd13c6854c87d.tar.xz
zsh-41b2e0cb680d7ee80a84283bdcedd13c6854c87d.zip
20932: Add copy comand completion
Diffstat (limited to 'Completion/X')
-rwxr-xr-xCompletion/X/Command/_kfmclient2
1 files changed, 1 insertions, 1 deletions
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