1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 09:41:44 +02:00

unposted: _ssh: use the -q option for the = suffix

This way, you can press = to start completing the values instead of
the space, backspace, tab dance
This commit is contained in:
Mikael Magnusson 2015-08-05 19:45:35 +02:00
parent 8ce0320d1b
commit fb0b6483a0
2 changed files with 4 additions and 1 deletions

View file

@ -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,

View file

@ -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 \