зеркало из https://github.com/microsoft/git.git
completion: zsh: add missing direct_append
Commit 688077910b
forgot to add the corresponding zsh function.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
3791968bfe
Коммит
a7804a11c1
|
@ -105,6 +105,11 @@ __gitcomp_direct ()
|
|||
compadd -Q -- ${${=1}% } && _ret=0
|
||||
}
|
||||
|
||||
__gitcomp_direct_append ()
|
||||
{
|
||||
__gitcomp_direct "$@"
|
||||
}
|
||||
|
||||
__gitcomp_nl ()
|
||||
{
|
||||
emulate -L zsh
|
||||
|
|
Загрузка…
Ссылка в новой задаче