mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 04:51:12 +02:00
48832: try _gnu_generic first
This commit is contained in:
parent
c843af635a
commit
c0e5b212f3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2021-09-06 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 48832: Completion/Unix/Type/_urls: try _gnu_generic first
|
||||||
|
|
||||||
2021-09-04 Oliver Kiddle <opk@zsh.org>
|
2021-09-04 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* Shohei YOSHIDA: 49343: Completion/Unix/Command/_md5sum:
|
* Shohei YOSHIDA: 49343: Completion/Unix/Command/_md5sum:
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
# definition is provided as a fallback, and should be installed later
|
# definition is provided as a fallback, and should be installed later
|
||||||
# in $fpath than the curl-provided definition of _curl.
|
# in $fpath than the curl-provided definition of _curl.
|
||||||
|
|
||||||
_urls "$@"
|
_gnu_generic || _urls "$@"
|
||||||
|
|
Loading…
Reference in a new issue