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

unposted: _git-config: sendemail.smtpserver: Correct tags.

This commit is contained in:
Daniel Shahaf 2016-08-22 03:38:08 +00:00
parent 7154052ebe
commit c8b228b1ea
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2016-08-22 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Completion/Unix/Command/_git: _git-config:
sendemail.smtpserver: Correct tags.
* 39046 + 39061: Completion/Base/Completer/_external_pwds,
Completion/Zsh/Type/_history_modifiers, Doc/Zsh/contrib.yo,
Doc/Zsh/expn.yo, Functions/MIME/zsh-mime-handler,

View file

@ -7372,7 +7372,7 @@ __git_sendemail_suppresscc_values () {
(( $+functions[__git_sendmail_smtpserver_values] )) ||
__git_sendmail_smtpserver_values() {
_alternative "smtp hosts:host:_hosts" "sendmail command: :_absolute_command_paths"
_alternative "hosts:smtp host:_hosts" "commands: :_absolute_command_paths"
}
(( $+functions[__git_colors] )) ||