mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
20932: Add copy comand completion
This commit is contained in:
parent
7fb20a71cb
commit
41b2e0cb68
2 changed files with 6 additions and 1 deletions
|
@ -90,7 +90,7 @@ case $line[1] in
|
|||
fi
|
||||
;;
|
||||
|
||||
(move|download|openProperties)
|
||||
(move|download|copy|openProperties)
|
||||
if [[ $state = firstarg ]]; then
|
||||
_webbrowser
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue