about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2012-11-07 20:59:09 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2012-11-07 20:59:09 +0000
commita8ffff2cb774a83584e4467b14c41517973c5468 (patch)
tree031a6e65745de48685d9e08269281828016a9a81 /Completion/Unix/Command/_git
parentcd0c6153e0cae68d06a052ea84f3a965c25dde98 (diff)
downloadzsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.gz
zsh-a8ffff2cb774a83584e4467b14c41517973c5468.tar.xz
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/_git2
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