1
0
Fork 0
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:
Daniel Shahaf 2015-11-20 03:18:46 +00:00
parent 2ab41d508d
commit 06a24d3747
3 changed files with 11 additions and 1 deletions

View file

@ -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

View 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 "$@"

View file

@ -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:
#