mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
37163: Remove curl completion
This commit is contained in:
parent
2ab41d508d
commit
06a24d3747
3 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2015-11-27 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 37163: Completion/Unix/Command/_curl,
|
||||
Completion/Unix/Type/_urls: Remove curl completion
|
||||
|
||||
* 37215: Completion/Base/Utility/_regex_words: _regex_words:
|
||||
Don't add mismatched parentheses
|
||||
|
||||
|
|
7
Completion/Unix/Command/_curl
Normal file
7
Completion/Unix/Command/_curl
Normal file
|
@ -0,0 +1,7 @@
|
|||
#compdef curl
|
||||
|
||||
# As of 7.43.0, curl upstream provides its own _curl definition. This
|
||||
# definition is provided as a fallback, and should be installed later
|
||||
# in $fpath than the curl-provided definition of _curl.
|
||||
|
||||
_urls "$@"
|
|
@ -1,4 +1,4 @@
|
|||
#compdef curl -value-,WWW_HOME,-default- -P -value-,(ftp|http(|s))_proxy,-default-
|
||||
#compdef -value-,WWW_HOME,-default- -P -value-,(ftp|http(|s))_proxy,-default-
|
||||
|
||||
# Configuration styles used:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue