diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2012-11-07 20:59:09 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2012-11-07 20:59:09 +0000 |
| commit | a8ffff2cb774a83584e4467b14c41517973c5468 (patch) | |
| tree | 031a6e65745de48685d9e08269281828016a9a81 /Completion/Unix/Command/_git | |
| parent | 30735: array substitutions aren't simple: (diff) | |
| download | zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.gz zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.bz2 zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.lz zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.xz zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.zst zsh-a8ffff2cb774a83584e4467b14c41517973c5468.zip | |
users/17382: complete URLs for vim and make _remote_files more
consistent with _files
Diffstat (limited to 'Completion/Unix/Command/_git')
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 88c765fb0..2c0c0b270 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5451,7 +5451,7 @@ __git_remote_repositories () { service= _ssh if compset -P '*:'; then - _remote_files --no-files -- ssh + _remote_files -/ -- ssh else _ssh_hosts -S: fi |
