1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-15 13:34:18 +01:00

48832: try _gnu_generic first

This commit is contained in:
Bart Schaefer 2021-09-06 12:20:27 -07:00
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>
* Shohei YOSHIDA: 49343: Completion/Unix/Command/_md5sum:

@ -4,4 +4,4 @@
# definition is provided as a fallback, and should be installed later
# in $fpath than the curl-provided definition of _curl.
_urls "$@"
_gnu_generic || _urls "$@"