summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_ssh2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7c4bf7d5..c39e3bb3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* 35989: Completion/Unix/Command/_ssh: update to 6.9
+ * unposted: Completion/Unix/Command/_ssh: use -q for the
+ option suffix
+
2015-08-05 Oliver Kiddle <opk@zsh.org>
* Eric Cook: 35973: Completion/BSD/Command/_systat,
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index d00f1dfd6..fb8fe57b0 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -383,7 +383,7 @@ _ssh () {
else
# old options are after the empty "\"-line
_wanted values expl 'configure file option' \
- compadd -M 'm:{a-z}={A-Z}' -S '=' - \
+ compadd -M 'm:{a-z}={A-Z}' -q -S '=' - \
AddressFamily \
BatchMode \
BindAddress \