mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-12 01:11:27 +02:00
Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands
This commit is contained in:
parent
36b568a4f1
commit
9ea50e0e4d
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2004-04-14 Oliver Kiddle <opk@zsh.org>
|
2004-04-14 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* Ingo Rohlfs: 19747: Completion/Unix/Command/_subversion:
|
||||||
|
complete files/urls for svn cp and mv commands
|
||||||
|
|
||||||
* unposted: Completion/Unix/Command/_cdrecord: add missing local
|
* unposted: Completion/Unix/Command/_cdrecord: add missing local
|
||||||
|
|
||||||
* 19768: Completion/compinit: suggest running compaudit to see
|
* 19768: Completion/compinit: suggest running compaudit to see
|
||||||
|
|
|
@ -84,7 +84,7 @@ _svn_subcommand () {
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $_svn_subcmd_usage in
|
case $_svn_subcmd_usage in
|
||||||
*(TARGET|URL*PATH)*)
|
*(SRC|DST|TARGET|URL*PATH)*)
|
||||||
_svn_subcmds+=(
|
_svn_subcmds+=(
|
||||||
'*: : _alternative "files:file:_files" "urls:URL:_svn_urls"'
|
'*: : _alternative "files:file:_files" "urls:URL:_svn_urls"'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue